@charset "utf-8";

body {
	font-style: normal;
	font: 12px Arial, Helvetica, sans-serif, "\5B8B\4F53";
	color: #000000;
	background: #FFF;
	/*letter-spacing: 1px;*/
}

body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
p,
marquee,
from {
	margin: 0;
	padding: 0;
}

ol,
ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #00afc0;
	text-decoration: underline;
}

::selection {
	background: #00afc0;
	color: #fff;
}

::-moz-selection {
	background: #00afc0;
	color: #fff;
}

::-webkit-selection {
	background: #00afc0;
	color: #fff;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.fixed {
	position: fixed;
	z-index: 1;
}

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.after-clear::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.line {
	height: 1px;
	background-color: #ddd;
	overflow: hidden;
}

.line2px {
	height: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.line2pxlight {
	height: 0;
	border-top: 1px solid #939393;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.h5 {
	height: 5px;
	display: block;
	overflow: hidden;
}

.h10 {
	height: 10px;
	display: block;
	overflow: hidden;
}

.h20 {
	height: 20px;
	display: block;
	overflow: hidden;
}

.h30 {
	height: 30px;
	display: block;
	overflow: hidden;
}

.fixhidden {
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.nowarp-hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.relative {
	position: relative;
}

.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: 40px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.red,
.red:hover {
	color: #c40000;
}

.nomr {
	margin-right: 0 !important;
}

.nomb {
	margin-bottom: 0 !important;
}

.w1200 {
	width: 1202px;
	margin: 0 auto;
}

/* top */
.top-box {
	height: 30px;
	line-height: 30px;
	background-color: #f5f5f5;
	/* border-bottom: 1px solid #f0f0f0; */
	color: #666;
	font-size: 12px;
	margin-bottom: 2px;
}

.top-box a {
	margin: 0 5px;
}

/*banner*/
.banner-box {
	height: 120px;
	background-color: #fff;
}

.banner-box .box-logo {
	width: 115px;
	height: 80px;
	margin-top: 15px;
	float: left;
	margin-right: 150px;
}
.banner-box .box-logo img{
	width: 115px;
}
.banner-box .box-search {
	margin-top: 30px;
	float: left;
}

.banner-box .box-cart {
	margin-top: 30px;
	margin-left: 50px;
	float: left;
}

/*search*/
.box-search .search-input {
	width: 458px;
	height: 49px;
	background-color: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
}

.box-search .search-input .l {
	float: left;
	width: 392px;
	height: 43px;
	overflow: hidden;
	background-color: #f5f5f5;
	border: 3px solid #f5f5f5;
}

.dlicon {
	background: url(../image/dl-info.png) no-repeat;
}

.box-search .search-input .r {
	float: right;
	width: 60px;
	height: 49px;
	background-color: #00afc0;
	position: relative;
}

.box-search .search-input svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.box-search .search-input .t {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 52px;
	padding: 1px 0 5px 0;
	height: 29px;
	margin: 0 0 0 14px;
	background-color: #f5f5f5;
	appearance: none;
	-moz-appearance: none;
	display: none;
}

.box-search .search-input .q {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 90%;
	height: 42px;
	/* margin: 0 5px; */
	padding-left: 20px;
	background-color: #f5f5f5;
	/* border-left: 1px solid #e8e8e8; */
}

.box-search .search-input .s {
	border: none;
	background-color: #00afc0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 49px;
	line-height: 49px;
	background-position: 13px 7px;
}

.box-search .search-input:hover .l {
	border: 3px solid #f5f5f5;
}

.box-search .search-input:hover .r {
	background-color: #00afc0;

}

.box-search .search-input:hover .s {
	background-color: #00afc0;
}

.dl-adv {
	width: 364px;
	height: 49px;
	float: right;
	margin-top: 28px;
}

.box-search .search-item {
	display: none;
	width: 480px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}

.box-search .search-item a {
	margin: 0 5px;
	color: #999;
}

.box-search .search-item a.hot,
.box-search .search-item a:hover {
	color: #cc0001;
}

/*cart*/
.box-cart {
	position: relative;
	zoom: 1;
}

.box-cart .cart-button {
	width: 123px;
	height: 33px;
	line-height: 35px;
	text-indent: 40px;
	color: #00afc0;
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
	background-image: url(base/cart.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none !important;
}

.box-cart .cart-button:hover {
	color: #fff;
	background-color: #00afc0;
	border: 1px solid #2c91e4;
	background-position: 10px -15px;
}

.box-cart .cart-num {
	width: 23px;
	height: 22px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	top: -16px;
	right: 15px;
	font-size: 11px;
	background-image: url(base/cart.png);
	background-position: 0 -50px;
	background-repeat: no-repeat;
}

.box-cart:hover .cart-num {
	color: #00afc0;
	background-position: 0 -75px;
}

/*menu*/
.menu-box {
	height: 38px;
	line-height: 38px;
	background-color: #fff;
	border-bottom: 3px solid #00afc0;
}

.menu-box .box-item li {
	/*width: 110px;*/
	height: 38px;
	line-height: 38px;
	text-align: center;
	float: left;
	position: relative;
	zoom: 1;
}

.menu-box .box-item li a {
	height: 38px;
	display: block;
	padding: 0 26px;
	margin-right: 10px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #555;
	text-decoration: none !important;
}

.menu-box .box-item li a:hover,
.menu-box .box-item li.action {
	background-color: #00afc0;
	color: #fff;
}

.menu-box .box-item .hot {
	width: 29px;
	height: 17px;
	position: absolute;
	top: -10px;
	left: 50px;
	/*background-image: url(base/cart.png);*/
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

.menu-box .box-item .category {
	width: 220px;
	margin-right: 39px;
}

.menu-box .box-item .category a {
	width: 100%;
	padding: 0;
	height: 42px;
	line-height: 46px;
	position: absolute;
	text-align: left;
	text-indent: 57px;
	top: -4px;
	color: #fff;
	font-size: 18px;
	background-color: #00afc0;
	/*box-shadow: 2px -1px 3px rgba(55,55,55,0.5);*/
	background-image: url(base/cart.png);
	background-repeat: no-repeat;
	background-position: 5px -267px;
}

.menu-box .box-item .category a:hover {
	background-color: #00afc0;
}

.menu-box .box-item .consult {
	margin-left: 25px;
	position: relative;
	zoom: 1;
}

.menu-box .box-item .consult a {
	color: #00afc0;
	background-position: -39px 4px;
}

.menu-box .box-item .consult span {
	width: 137px;
	height: 40px;
	line-height: 30px;
	position: absolute;
	top: -25px;
	left: 50px;
	color: #00afc0;
	background-image: url(base/cart.png);
	background-repeat: no-repeat;
	background-position: 0 -120px;
}

.menu-box .box-item .consult a:hover {
	color: #00afc0;
	background-color: transparent;
}
.menu-box .box-item a.dlicar{
	color: #00afc0;
}
.menu-box .box-item a.dlicar:before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_hqk_cart_blue.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}
.menu-box .box-item a.dlicar:hover:before{
	background: url(../image/icon_hqk_cart.png) no-repeat;
}
/* main */
.main-box {
	height: 340px;
}

.main-box .category-menu-box {
	width: 220px;
	float: left;
	position: relative;
}

.main-box .slider-box {
	width: 730px;
	float: left;
}

.main-box .publish-box {
	width: 252px;
	float: left;
	position: relative;
	overflow: hidden;
}

.main-box .work-box {
	width: 247px;
	margin-left: 5px;
	float: left;
	position: relative;
	overflow: hidden;
}

.category-menu-box .menu-item {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #fff;

}

.category-menu-box .menu-item .item-wrapper {
	height: 63px;
	padding: 10px 15px 10px 5px;
	position: relative;
}

.category-menu-box .menu-item h2 {
	width: 130px;
	height: 30px;
	color: #00afc0;
	line-height: 30px;
	font-size: 1.5em;
	font-weight: 400;
	font-family: "Microsoft YaHei", "微软雅黑";
	display: inline-block;
	/*padding-left: 34px;*/
	/*background-image: url(base/menu.png);*/
	background-repeat: no-repeat;
}

.category-menu-box .menu-item .icon-1 {
	background-position: 0 0;
}

.category-menu-box .menu-item .icon-2 {
	background-position: 0 -30px;
}

.category-menu-box .menu-item .icon-3 {
	background-position: 0 -60px;
}

.category-menu-box .menu-item .icon-4 {
	background-position: 0 -90px;
}

.category-menu-box .menu-item p {
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	overflow: hidden;
}

.category-menu-box .menu-item p a {
	margin: 0 6px 0 0;
}

.category-menu-box .menu-item .arrow-icon {
	background: 0 -120px url(base/menu.png) no-repeat;
	height: 30px;
	width: 25px;
	position: absolute;
	left: 190px;
	top: 10px;
}

.category-menu-box .menu-item .line-cover {
	background-color: #fff;
	width: 25px;
	height: 83px;
	position: absolute;
	left: 207px;
	top: 1px;
	z-index: 100;
	display: none;
}

.category-menu-box .menu-item .item-hover {
	position: absolute;
	/*width: 480px;*/
	width: 670px;
	min-height: 310px;
	left: 220px;
	top: 0;
	padding: 10px 20px;
	background-color: #fff;
	/*background-image: url(base/menu-bg.jpg);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	box-shadow: 0 0 10px #ccc;
	display: none;
	z-index: 99;
}

.category-menu-box .menu-item .bg-1 {
	background-position: 0 0;
}

.category-menu-box .menu-item .bg-2 {
	background-position: -440px 0;
}

.category-menu-box .menu-item .bg-3 {
	background-position: -880px 0;
}

.category-menu-box .menu-item .bg-4 {
	background-position: -1320px 0;
}

.category-menu-box .menu-item .item-hover {
	padding: 10px 20px 20px 40px;
}

.category-menu-box .menu-item .item-hover .item-info {
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	/*margin-bottom: 20px;*/
	margin-bottom: 8px;
	border-bottom: 1px dotted #999;
}

.category-menu-box .menu-item .item-hover ul {}

.category-menu-box .menu-item .item-hover ul li {
	min-width: 152px;
	line-height: 25px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.category-menu-box .menu-item .item-hover ul li a {
	color: #00afc0;
}

.category-menu-box .menu-item .item-hover ul.col2 li {
	/* min-width: 230px;*/
	margin-right: 45px;
}

.category-menu-box .menu-item .item-hover ul li span {
	color: #999;
}

.category-menu-box .menu-item:hover {
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0 15px #ccc;
}

.category-menu-box .menu-item:hover .item-warpper {
	background-color: #fff;
}

.category-menu-box .menu-item:hover .line-cover {
	display: inline-block;
}

.category-menu-box .menu-item:hover .item-hover {
	display: inline-block;
}

.category-menu-box .menu-item:hover .arrow-icon {
	display: none;
}

.slider-1 {
	width: 730px;
	height: 340px;
	overflow: hidden;
	position: relative;
}

.slider-1 .slidesjs-container {
	width: 730px;
	height: 340px;
	overflow: hidden;
}

.slider-1 .slidesjs-container a img {
	width: 730px;
	height: 340px;
}

.slider-1 .slidesjs-pagination {
	position: absolute;
	right: 15px;
	bottom: 15px;
	/*z-index:100;*/
	z-index: 98;
}

.slider-1 .slidesjs-pagination .slidesjs-pagination-item {
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}

.slider-1 .slidesjs-pagination .slidesjs-pagination-item a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	display: block;
	background-color: #fff;
	text-decoration: none;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	text-align: center;
}

.slider-1 .slidesjs-pagination .slidesjs-pagination-item a:hover,
.slider-1 .slidesjs-pagination .slidesjs-pagination-item a.active {
	background-color: #ff4848;
	color: #fff;
}

/*
.publish-box{
    height: 340px;
    background-color: #f5f5f5;
    /*box-shadow: 1px 1px 1px rgba(55,55,55,0.5);* /
}
.publish-box .publish-num{
    height: 40px;
    line-height: 38px;
    margin: 15px 15px;
	font-family:"Microsoft Yahei";
	font-size:28px;
    font-weight: 700;
    color: #ff0000;
    text-align: center;
}
.publish-box .publish-num ul li{
    width: 33px;
    height: 40px;
    line-height: 35px;
    margin: 0 2px;
    float: left;
    background-image: url(base/publish.png);
}
.publish-box .publish-num ul li.unit{
    font-weight: normal;
	font-size:20px;
    background-position: 33px 0;
}
.publish-box .publish-info{
    height: 50px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.publish-box .publish-but{
    height: 45px;
    margin: 15px 15px 0 15px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
}
.publish-box .publish-but a{
    padding: 8px 15px;
    color: #fafafa;
    border:1px solid #00afc0;
    background-color: #0090d3;
    text-decoration: none;
    border-radius: 5px;
}
.publish-box .publish-but a:hover{
    color: #f3f3f3;
    border:1px solid #00afc0;
    background-color: #00afc0;
}
.publish-box .publish-bar{
    height: 30px;
    line-height: 30px;
    background-color: #a9d7f7;
    text-indent: 2em;
    font-size: 14px;
    font-weight: bold;
    background-image: url(base/publish.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.publish-box .publish-con ul{
    margin: 5px 10px;
}
.publish-box .publish-con ul li{
    height: 25px;
    line-height: 25px;
}
.publish-box .publish-con ul li span{
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.publish-box .publish-con ul li .qk, .publish-box .publish-con ul li .qk a{
    width: 60px;
    color: #c40000;
}
.publish-box .publish-con ul li .bt{
    width: 110px;
    margin: 0 5px;
}
.publish-box .publish-con ul li .zt{
    width: 60px;
    color: #999;
    text-align: center;
}
*/

.work-box ul li {
	height: 103px;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
}

.work-box ul li:first-child {
	margin-top: 5px;
}

.work-box ul li:hover {
	border: 1px solid #00afc0;
}

.work-box ul li:hover h2 {
	color: #00afc0;
}

.work-box .item-con {
	width: 140px;
	margin: 5px 15px;
	display: inline-block;
	float: left;
}

.work-box .item-con h2 {
	font-family: "Microsoft Yahei";
	font-size: 1.3em;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	color: #333;
}

.work-box .item-con p {
	height: 36px;
	line-height: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #666;
}

.work-box .item-con p.more {
	height: 20px;
	margin-bottom: 0;
	color: #00afc0;
}

.work-box i {
	width: 60px;
	height: 50px;
	background-image: url(base/work.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 25px;
	float: left;
}

.work-box i.img1 {
	background-position: 0 0;
}

.work-box i.img2 {
	background-position: -60px 0;
}

.work-box i.img3 {
	background-position: -120px 0;
}

.work-box i.img4 {
	background-position: -180px 0;
}

.work-box ul li:hover i.img1 {
	background-position: 0 -50px;
}

.work-box ul li:hover i.img2 {
	background-position: -60px -50px;
}

.work-box ul li:hover i.img3 {
	background-position: -120px -50px;
}

.work-box ul li:hover i.img4 {
	background-position: -180px -50px;
}

.fblc-box {
	border: 1px solid #f3f3f3;
}

.fblc-box img {
	width: 1200px;
}

/*book*/
.book-box {
	/*box-shadow: 0 0 3px rgba(55,55,55,0.5);*/
}

.book-box .box-bar {
	height: 75px;
}

.book-box .box-bar .box-bar-title {
	/*width: 200px;*/
	padding-right: 20px;
	max-width: 220px;
	float: left;
	font-family: "Microsoft Yahei";
	font-size: 2em;
	font-weight: 700px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	/*background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;*/
}

.book-box .box-bar .box-bar-title a {
	/*margin-left: 40px;*/
	line-height: 70px;
	text-decoration: none;
	font-weight: bold;
	color: #00afc0;
}

.book-box .box-bar .box-bar-title a:hover {
	color: #0098a7;
}

.book-box .box-bar .box-bar-tab {
	width: 695px;
	float: left;
	position: relative;
}

.book-box .box-bar .box-bar-tab li {
	margin: 22px 5px 0 5px;
	float: left;
}

.book-box .box-bar .box-bar-tab li span a {
	height: 30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight: 200px;
	padding: 0 10px;
	text-decoration: none;
	display: block;
}

.book-box .box-bar .box-bar-tab li p {
	width: 700px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	color: #aaa;
	top: 40px;
	left: 0;
	display: none;
}

.book-box .box-bar .box-bar-tab li p a {
	margin: 0 5px;
	color: #555;
	text-decoration: none;
}

.book-box .box-bar .box-bar-tab li p a:hover {
	color: #cc0001;
}

.book-box .box-bar .box-bar-tab li:hover,
.book-box .box-bar .box-bar-tab li.action {
	border-bottom: 3px solid #00afc0;
}

.book-box .box-bar .box-bar-tab li:hover span a,
.book-box .box-bar .box-bar-tab li.action span a {
	padding-bottom: 4px;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: 50% -92px;
}

.book-box .box-bar .box-bar-tab li:hover span a {
	color: #00afc0;
}

.book-box .box-bar .box-bar-tab li:hover p,
.book-box .box-bar .box-bar-tab li.action p {
	display: none;
}

.book-box .box-bar .box-bar-link {
	display: none;
	max-width: 280px;
	height: 40px;
	overflow: hidden;
	color: #555;
	float: right;
	margin-top: 18px;
}

.book-box .box-bar .box-bar-link li {
	height: 20px;
	line-height: 20px;
	margin: 10px 5px;
	float: right;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

.book-box .box-bar .box-bar-link a {
	padding: 0 10px;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: right -75px;
	color: #555;
	text-decoration: none;
}

.book-box .box-bar .box-bar-link a:hover {
	color: #00afc0;
}

.book-box .box-con {
	height: 505px;
}

.book-box .box-con-item {
	height: 504px;
	overflow: hidden;
	width: 980px;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	float: left;
}

.book-box .box-con-item ul {
	display: none;
}

.book-box .box-con-item ul.action {
	display: block;
}

.book-box .box-con-item li {
	width: 243px;
	/*width: 194px;*/
	height: 250px;
	text-align: center;
	float: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 0 1px 1px 0;
	position: relative;
}

.book-box .box-con-item li:hover {
	padding: 0;
	border: 1px solid #00afc0;
}

.book-box .box-con-item a {
	color: #555;
	text-decoration: none;
}

.book-box .box-con-item a:hover {
	color: #00afc0;
}

.book-box .box-con-item .photo {
	width: 125px;
	height: 170px;
	display: block;
	margin: 5px auto;
}

.book-box .box-con-item .photo img {
	width: 125px;
	height: 170px;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	Opacity: 0.9;
	Filter: alpha(opacity=90);
}

.book-box .box-con-item li:hover .photo img {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	Opacity: 1;
	Filter: alpha(opacity=100);
}

.book-box .box-con-item .title {
	height: 20px;
	line-height: 20px;
	margin: 0 20px;
	display: block;
	overflow: hidden;
}

.book-box .box-con-item .info {
	height: 20px;
	line-height: 20px;
	margin: 0 20px;
	display: block;
	overflow: hidden;
	color: #555;
}

.book-box .box-con-item .info a {
	margin: 0 8px;
}

.book-box .box-con-item .info span {
	color: #cc0001;
	font-size: 14px;
}

.book-box .box-con-item .price {
	font-family: "Arial";
	font-size: 16px;
	color: #cc0001;
}

.book-box .box-con-item .price span {
	margin: 0 8px;
}

.book-box .box-con-item .price b {
	color: #555;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
}

.book-box .box-con-item .price s {
	font-size: 12px;
	color: #aaa;
}

.book-box .box-con-item .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}

.book-box .box-con-item .discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	top: 5px;
	left: 25px;
	z-index: 99;
	background-image: url(base/cart.png);
	background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
	display: none;
}

.book-box .box-con-list {
	width: 209px;
	margin-left: 10px;
	float: left;
	border: 1px solid #f3f3f3;
}

.book-box .box-con-list .box-con-bar {
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f7f7f7;
	border-bottom: 1px solid #f3f3f3;
}

.book-box .box-con-list .box-con-bar a {
	text-decoration: none;
}

.book-box .box-con-list ul {
	margin: 8px 10px 9px 10px;
}

.book-box .box-con-list li {
	height: 65px;
	padding: 10px 0;
	background-image: url(base/tab.png);
	background-repeat: repeat-x;
	background-position: 0 -215px;
}

.book-box .box-con-list li::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.book-box .box-con-list .photo {
	width: 70px;
	text-align: center;
	float: left;
	display: block;
	margin: 5px auto;
}

.book-box .box-con-list .photo img {
	width: 45px;
	height: 60px;
}

.book-box .box-con-list .title {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}

.book-box .box-con-list .info {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color: #888;
}

.book-box .box-con-list .info span {
	color: #cc0001;
}

.book-box .box-con-list .info a {
	color: #888;
}

.book-box .box-con-list .info a:hover {
	color: #00afc0;
}

.book-box .box-con-list .price {
	margin-top: 10px;
	font-family: "Arial";
	/*font-size: 16px;*/
	color: #cc0001;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
}

.book-box .box-con-list .price span {
	margin: 0 4px;
}

.book-box .box-con-list .price s {
	font-size: 12px;
	color: #aaa;
}

.book-box .box-con-list .price b {
	color: #888;
	font-weight: normal;
	font-size: 12px;
	margin-right: 3px;
}

.book-box .box-con-list .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 2px;
}

.book-box .box-con-list .bottom-more {
	height: 30px;
	line-height: 30px;
	text-align: right;
	margin-right: 10px;
}

.book-box .box-con-list .bottom-more a {
	padding-right: 10px;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: right -75px;
	text-decoration: none;
}


/*level*/
.level-box {
	/*box-shadow: 0 0 3px rgba(55,55,55,0.5);*/
}

.level-box .box-bar {
	width: 210px;
	float: left;
}

.level-box .box-bar .box-bar-title {
	height: 50px;
	line-height: 50px;
	/*padding-left: 40px;*/
	font-family: "Microsoft Yahei";
	font-size: 2em;
	font-weight: bold;
	color: #00afc0;
	/*background-image: url(base/tab.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;*/
}

.level-box .box-bar .box-bar-pic {
	width: 210px;
	height: 350px;
}

.level-box .box-bar .box-bar-pic img {
	width: 210px;
	height: 350px;
}

.level-box .box-bar .box-bar-list {
	width: 208px;
	height: 150px;
	border: 1px solid #f5f5f5;
}

.level-box .box-bar .box-bar-list ul {
	margin: 30px 10px 10px 20px;
}

.level-box .box-bar .box-bar-list li {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.level-box .box-bar .box-bar-list li a {
	color: #666;
	text-decoration: none;
}

.level-box .box-bar .box-bar-list li a:hover {
	color: #00afc0;
}

.level-box .box-bar .box-bar-list li a b {
	color: #222;
	font-weight: normal;
}

.level-box .box-body {
	width: 790px;
	float: left;
}

.level-box .box-body-tab ul {
	margin-left: 10px;
}

.level-box .box-body-tab li {
	margin: 10px 2px;
	float: left;
}

.level-box .box-body-tab li a {
	height: 30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 15px;
	font-weight: 200px;
	padding: 0 7px 4px 7px;
	text-decoration: none;
	display: block;
}

.level-box .box-body-tab li:hover,
.level-box .box-body-tab li.action {
	border-bottom: 3px solid #00afc0;
}

.level-box .box-body-tab li:hover a,
.level-box .box-body-tab li.action a {
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: 50% -92px;
}

.level-box .box-body-con {
	height: 494px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.level-box .box-body-con .box-item {
	display: none;
}

.level-box .box-body-con .action {
	display: block;
}

.level-box .box-body-con a {
	color: #555;
	text-decoration: none;
}

.level-box .box-body-con a:hover {
	color: #00afc0;
}

.level-box .box-body-con .box-item-top {}

.level-box .box-body-con .box-item-top .photo {
	width: 180px;
	text-align: center;
	float: left;
	display: block;
	margin: 10px auto;
}

.level-box .box-body-con .box-item-top .photo img {
	width: 120px;
	height: 160px;
}

.level-box .box-body-con .box-item-top .title {
	height: 50px;
	line-height: 50px;
	margin: 0 20px 0 10px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 700;
}

.level-box .box-body-con .box-item-top .description {
	height: 70px;
	line-height: 25px;
	overflow: hidden;
	margin: 0 20px 0 10px;
	font-size: 12px;
	color: #666;
}

.level-box .box-body-con .box-item-top .info {
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	color: #666;
	display: block;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	font-size: 16px;
}

.level-box .box-body-con .box-item-top .info span {
	color: #cc0001;
	margin-left: 10px;
}

.level-box .box-body-con .box-item-top .price {
	font-family: "Arial";
	font-size: 18px;
	color: #cc0001;
}

.level-box .box-body-con .box-item-top .price span {
	margin: 0 8px;
}

.level-box .box-body-con .box-item-top .price s {
	font-size: 14px;
	color: #aaa;
}

.level-box .box-body-con .box-item-top .price i {
	font-style: normal;
	font-size: 14px;
	margin-right: 3px;
}

.level-box .box-body-con .box-item-title {
	height: 30px;
	line-height: 30px;
	margin: 10px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #333;
}

.level-box .box-body-con .box-item-list ul {
	margin: 0 10px;
}

.level-box .box-body-con .box-item-list li {
	width: 180px;
	height: 255px;
	margin-right: 10px;
	float: left;
	border: 1px solid #f5f5f5;
	text-align: center;
}

.level-box .box-body-con .box-item-list li:hover {
	border: 1px solid #00afc0;
}

.level-box .box-body-con .box-item-list .photo {
	width: 120px;
	height: 160px;
	display: block;
	margin: 15px auto;
}

.level-box .box-body-con .box-item-list .photo img {
	width: 120px;
	height: 160px;
}

.level-box .box-body-con .box-item-list .title {
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	display: block;
	overflow: hidden;
}

.level-box .box-body-con .box-item-list .info {
	height: 20px;
	line-height: 20px;
	margin: 0 5px;
	color: #999;
	display: block;
	overflow: hidden;
}

.level-box .box-body-con .box-item-list .info span {
	color: #cc0001;
	margin-left: 10px;
}

.level-box .box-body-con .box-item-list .price {
	font-family: "Arial";
	font-size: 16px;
	color: #cc0001;
}

.level-box .box-body-con .box-item-list .price span {
	margin: 0 8px;
}

.level-box .box-body-con .box-item-list .price s {
	font-size: 12px;
	color: #aaa;
}

.level-box .box-body-con .box-item-list .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}

.level-box .box-list {
	width: 200px;
	float: left;
}

.level-box .box-list .box-list-bar {
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	font-weight: 700px;
	color: #333;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: 0 -40px;
}

.level-box .box-list .box-list-con {
	height: 500px;
	border: 1px solid #f5f5f5;
	overflow: hidden;
}

.level-box .box-list .box-list-con ul {
	margin: 10px 20px;
}

.level-box .box-list .box-list-con li {
	height: 40px;
	line-height: 40px;
}

.level-box .box-list .box-list-con a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

.level-box .box-list .box-list-con a:hover {
	color: #00afc0;
}

.level-box .box-list .box-list-con ul.after-clear {
	margin: 10px 8px;
}

.level-box .box-list .box-list-con ul.after-clear li {
	width: 80px;
	height: 25px;
	line-height: 25px;
	margin: 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
}

/*职称晋升*/
.zcjc-box {
	border: 1px solid #f5f5f5;
	background-image: url(base/map.png);
	background-repeat: no-repeat;
	background-position: 400px -50px;
}

.zcjc-box .box-dq {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px 20px;
}

.zcjc-box .box-dq dl dt {
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight: 700px;
	color: #00afc0;
}

.zcjc-box .box-dq dl dt span {
	padding: 5px 10px;
	border-bottom: 1px solid #00afc0;
}

.zcjc-box .box-dq dl dd {
	width: 70px;
	height: 25px;
	line-height: 25px;
	background-color: #f5f5f5;
	/*border: 1px solid #dadada;*/
	margin: 1px;
	float: left;
	cursor: pointer;
}

.zcjc-box .box-dq dl dd:hover,
.zcjc-box .box-dq dl dd.action {
	color: #fff;
	background-color: #00afc0;
}

.zcjc-box .box-dq dl dd a {
	width: 70px;
	height: 25px;
	display: block;
	text-decoration: none;
}

.zcjc-box .box-dq dl dd:hover a,
.zcjc-box .box-dq dl dd.action a {
	color: #fff;
}

.zcjc-box .box-info {
	width: 600px;
	text-align: left;
	float: left;
}

.zcjc-box .box-info ul {
	margin: 25px 20px 25px 0;
	display: none;
}

.zcjc-box .box-info ul.action {
	display: block;
}

.zcjc-box .box-info ul li {
	line-height: 25px;
	margin-bottom: 10px;
}

.zcjc-box .box-info ul li::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zcjc-box .box-info ul li:first-child {
	padding-bottom: 5px;
	border-bottom: 1px dotted #f06541;
}

.zcjc-box .box-info ul li span {
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #f06541;
	display: block;
	float: left;
}

.zcjc-box .box-info ul li p {
	width: 500px;
	height: 50px;
	margin-left: 20px;
	color: #555;
	float: left;
}

/*原创检测*/
.ycjc-box {
	height: 520px;
	border: 1px solid #f5f5f5;
}

.ycjc-box .box-left {
	height: 520px;
	width: 230px;
	border-right: 1px solid #f5f5f5;
	float: left;
}

.ycjc-box .box-bar {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 700px;
	color: #555;
	border-bottom: 1px solid #f5f5f5;
}

.ycjc-box .box-bar a {
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: 15px;
	right: 20px;
	padding-left: 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding-right: 10px;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: right -70px;
}

.ycjc-box .box-bar a:hover {
	color: #00afc0;
}

.ycjc-box .box-left .box-bar {
	padding-left: 40px;
	background-image: url(base/ycjc.png);
	background-repeat: no-repeat;
	background-position: 15px -540px;
}

.ycjc-box .box-left .img {
	margin: 10px 5px;
}

.ycjc-box .box-left .img a {
	text-indent: 0;
	width: 220px;
	height: 70px;
	line-height: 210px;
	overflow: hidden;
	display: block;
	background-image: url(base/ycjc.png);
}

.ycjc-box .box-left p {
	font-size: 12px;
	letter-spacing: 0;
	margin: 0 10px 20px 10px;
	line-height: 1.5;
	text-indent: 2em;
	color: #555;
}

.ycjc-box .box-left .but {
	margin: 40px 10px 0 10px;
}

.ycjc-box .box-left .but a {
	text-indent: 0;
	width: 200px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	display: block;
	background-image: url(base/ycjc.png);
	background-repeat: no-repeat;
	background-position: 0 -90px;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 700px;
	color: #fff;
	text-decoration: none;
}

.ycjc-box .box-center {
	height: 520px;
	width: 750px;
	border-right: 1px solid #f5f5f5;
	float: left;
}

.ycjc-box .box-center .but {
	margin: 20px 30px;
}

.ycjc-box .box-center .but li {
	width: 220px;
	height: 110px;
	line-height: 330px;
	overflow: hidden;
	float: left;
	margin: 0 5px;
}

.ycjc-box .box-center .but li:hover {
	box-shadow: 0 0 3px rgba(55, 55, 55, 0.5);
}

.ycjc-box .box-center .but li a {
	width: 220px;
	height: 110px;
	display: block;
	overflow: hidden;
	background-image: url(base/ycjc.png);
	background-repeat: no-repeat;
}

.ycjc-box .box-center .but li.img1 a {
	background-position: 0 -160px;
}

.ycjc-box .box-center .but li.img2 a {
	background-position: 0 -270px;
}

.ycjc-box .box-center .but li.img3 a {
	background-position: 0 -380px;
}

.ycjc-box .box-center p {
	/*width: 550px;*/
	font-size: 14px;
	margin: 30px 10px;
	line-height: 25px;
	text-indent: 2em;
	color: #555;
}

.ycjc-box .box-center .info {
	margin: 40px 0 0 0;
}

.ycjc-box .box-center .info li {
	width: 330px;
	height: 30px;
	line-height: 30px;
	margin: 0 20px;
	overflow: hidden;
	background-image: url(base/ycjc.png);
	background-repeat: no-repeat;
	background-position: 0 -505px;
	float: left;
}

.ycjc-box .box-center .info li .l {
	margin-left: 25px;
	width: 240px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.ycjc-box .box-center .info li .r {
	color: #c40000;
}

.ycjc-box .box-right {
	height: 520px;
	width: 218px;
	float: left;
}

.ycjc-box .box-right .box-con {
	height: 500px;
	margin: 10px 20px;
}

.ycjc-box .box-right .box-con li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.ycjc-box .box-right .box-con a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.ycjc-box .box-right .box-con a:hover {
	color: #00afc0;
}

/*links*/
.links-box {
	background-color: #fbfbfb;
	border: 1px solid #f5f5f5;
}

.links-box .box-bar {
	height: 40px;
	line-height: 40px;
	margin-left: 30px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	font-weight: 700px;
	color: #666;
	padding-top: 10px;
}

.links-box .box-con {
	padding: 0 30px 10px 30px;
}

.links-box .box-con ul li {
	width: 115px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.links-box .box-con ul.num6 li {
	width: 180px;
}

.links-box .box-con ul li a {
	padding: 2px 0;
	color: #555;
}

.links-box .box-con ul li a:hover {
	color: #00afc0;
	text-decoration: none;
}

/*service*/
.service-box {
	height: 120px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 0;
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", Helvetica;
	color: #666;
}

.service-box ul {
	margin: 20px 70px 0 130px;
}

.service-box ul li {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	float: left;
}

.service-box ul li:last-of-type {
	margin-right: 0;
}

.service-box ul li a {
	/*font-family: "Microsoft Yahei";
    font-size: 14px;
    font-weight: 700px;*/
	font-size: 15px;
	color: #666;
}

.service-box ul li a:hover {
	color: #00afc0;
}

.service-box ul li a span {
	width: 30px;
	height: 30px;
	display: block;
	margin: 10px;
	float: left;
	background-image: url(../img/icon_footer_group.png);
	background-repeat: no-repeat;
}

.service-box ul li a span.img1 {
	background-position: 1px 1px;
}

.service-box ul li a span.img2 {
	background-position: -246px 1px;
}

.service-box ul li a span.img3 {
	background-position: -498px 1px;
}

.service-box ul li a span.img4 {
	background-position: -748px 1px;
}

/*foot*/
.foot-box {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	position: relative;
}

.foot-box .line {
	width: 200%;
	margin: 0 30px;
	height: 0;
	border-bottom: 1px solid #f5f5f5;
	position: absolute;
	left: -50%;
	top: -28px;

}

.foot-box ul {
	margin: 20px 10px 0 40px;
	padding-bottom: 20px;
}
.foot-box .btm-nav {
	text-align: center;
	color: #333;
	font-size: 14px;
}
.foot-box .btm-nav a{
	display: inline-block;
	margin:0px 40px;
}
.foot-box ul li {
	float: left;
}

.foot-box ul li.w1 {
	width: 185px;
}

.foot-box ul li.w2 {
	width: 250px;
}

.foot-box ul li.w3 {
	width: 250px;
}

.foot-box ul li.w4 {
	width: 200px;
}

.foot-box ul li.w5 {
	width: 150px;
}

.foot-box ul li.w6 {
	width: 130px;
}

.foot-box dl dt {
	height: 30px;
	line-height: 30px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	font-weight: bold;
	700px;
	color: #00afc0;
}

.foot-box dl dt a {
	color: #00afc0;
}

.foot-box dl dd {
	line-height: 22px;
	font-family: "Microsoft Yahei";
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.foot-box dl dd a {
	color: #666;
	text-decoration: none;
}

.foot-box dl dd a:hover {
	color: #00afc0;
}

.foot-box .em4 {
	text-indent: 4.5em;
}

.foot-box .em5 {
	text-indent: 5.5em;
}

.foot-box .img {
	width: 100px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.foot-box .img img {
	width: 100px;
	height: 120px;
}

/*copyright*/
.copyright-bg {
	background-color: #fff;
	overflow-x: hidden;
}

.copyright-box {
	border-top: 0;
	text-align: center;
}

.copyright-box .line {
	margin: 0 30px;
	height: 0;
	border-bottom: 1px solid #f5f5f5;
}

.copyright-box p {
	line-height: 24px;
	padding: 20px 0;
	color: #666;
	font-size: 12px;
}

.copyright-box p>a {
	font-size: 12px;
	color: #666;
}
.copyright-box p>a:hover{
	color: #00afc0;
}
.copyright-box ul {
	width: 330px;
	margin: 20px auto;
}

.copyright-box ul li {
	width: 83px;
	height: 30px;
	margin: 0 13px;
	float: left;
}

.copyright-box ul li a {
	width: 83px;
	height: 30px;
	line-height: 90px;
	display: block;
	overflow: hidden;
	background-image: url(base/copyright.png);
	background-repeat: no-repeat;
}

.copyright-box ul li.img1 a {
	background-position: 0 0;
}

.copyright-box ul li.img2 a {
	background-position: 0 -30px;
}

.copyright-box ul li.img3 a {
	background-position: 0 -60px;
}

.theme-box {
	margin: 10px auto;
	height: 30px;
	line-height: 30px;
}

.theme-box a {
	padding: 5px 10px;
	color: #fff;
	background-color: #00afc0;
	border: 1px solid #00afc0;
	margin: 0 10px;
}

.theme-box a:hover {
	text-decoration: none;
}

.theme-box a.touch {
	background-color: #ff6600;
	border: 1px solid #ff6600;
}

/*nav*/
.nav-box {
	margin: 8px auto;
	/* height: 40px; */
	line-height: 40px;
	border: 1px solid #ececec;
	background-color: #fff;
	text-indent: 20px;
	font-family: "宋体";
	font-size: 12px;
	color: #666;
	padding: 12px;
	line-height: 1.75;
}

.nav-box a {
	color: #00afc0;
	padding: 0 10px;
}

.nav-box span {
	padding-left: 10px;
}

.nav-box-jpfw {
	background-color: transparent;
	padding-top: 0;
	margin-top: 0;
}

/*filter*/
.h174 {
	height: 154px;
	overflow: hidden;
}

.filter-box {
	position: relative;
	padding-bottom: 20px;
	border: 1px solid #ececec;
}

.filter-box .box-tips {
	padding: 0 10px;
	border-bottom: 1px solid #ececec;
	display: none;
}

.filter-box .box-tips div.l {
	width: 100px;
	line-height: 40px;
	text-indent: 20px;
	color: #666;
	float: left;
}

.filter-box .box-tips ul.l {
	width: 1050px;
	margin-top: 7px;
	float: left;
}

.filter-box .box-tips ul li {
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	/*display: inline;*/
	float: left;
}

.filter-box .box-tips ul li a {
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
	border: 1px solid #f3f3f3;
	color: #666;
	background-image: url(base/x.png);
	background-repeat: no-repeat;
	background-position: 6px -1px;
	padding-left: 25px;
}

.filter-box .box-tips ul li a:hover,
.filter-box .box-tips ul li a.action {
	border: 1px solid #00afc0;
	color: #00afc0;
	text-decoration: none;
	background-position: 6px -24px;
}

.filter-box .box-item {
	border-bottom: 1px dotted #ececec;
}

.filter-box .box-item .l {
	width: 120px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}

.filter-box .box-item .h {
	width: 50px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}

.filter-box .box-item .h a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
	float: left;
}

.filter-box .box-item .h _a:hover,
.filter-box .box-item .h a.action {
	background-color: #809EAE;
	color: #fff;
	text-decoration: none;
}

.filter-box .box-item .r {
	width: 958px;
	line-height: 24px;
	font-size: 12px;
	background-color: #fff;
	float: left;
}

.filter-box .box-item .r ul {
	margin: 5px 10px;
	height: auto;
	overflow: hidden;
}

.filter-box .box-item .r ul.collapse {
	height: 25px;
}

.filter-box .box-item .r ul::after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.filter-box .box-item .r ul li {
	height: 25px;
	margin-right: 10px;
	/*display: inline;*/
	float: left;
	min-width: 60px;
}

.filter-box .box-item .r ul li.split {
	width: 100%;
	height: 1px;
	margin: 2px 0;
	overflow: hidden;
	border-bottom: 1px dotted #ececec;
	/*clear:both;*/
}

.filter-box .box-item .r ul li a {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
}

.filter-box .box-item .r a:hover,
.filter-box .box-item .r a.action {
	background-color: #00afc0;
	color: #fff;
	text-decoration: none;
}

.filter-box .noexpand .r {
	width: 1030px;
}

.filter-box .box-item .r ul.select li {
	height: 35px;
	line-height: 35px;
}

.filter-box .box-item .r ul.select li select {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.filter-box .box-item .r ul.select li select.action {
	color: #00afc0;
	border: 1px solid #00afc0;
}

.filter-box .box-item .m {
	width: 70px;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	text-align: center;
	float: left;
}

.filter-box .box-item .m a {
	color: #666666;
	padding: 5px 10px;
}

.filter-box .box-item .m a i {
	width: 10px;
	height: 6px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/filter.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.filter-box .box-item .m a:hover {
	color: #8D794D;
	text-decoration: none;
}

.filter-box .box-item .m a:hover i {
	background-position: 0 -10px;
}

.filter-box .scroll .m a i {
	background-position: 0 -20px;
}

.filter-box .scroll .m a:hover i {
	background-position: 0 -30px;
}

.filter-box .box-expand {
	width: 80px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ececec;
	text-align: center;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 560px;
}

.filter-box .box-expand a {
	width: 80px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-decoration: none;
}

.filter-box .box-expand a i {
	width: 10px;
	height: 6px;
	line-height: 20px;
	margin-left: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/filter.png);
	background-position: 0 -10px;
	background-repeat: no-repeat;
}

.filter-box .box-expand a:hover i {
	background-position: 0 0;
}

.filter-box .box-collapse a i {
	background-position: 0 -30px;
}

.filter-box .box-collapse a:hover i {
	background-position: 0 -20px;
}

.qhlb-box .box-tips {
	line-height: 40px;
}

.qhlb-box .box-item .r ul li {
	min-width: auto;
}

.qhlb-box .box-expand {
	left: 450px;
}

.qhlb-box .box-item .r ul li.action {
	background-color: #00afc0;
}

.qhlb-box .box-item .r ul li.action a {
	color: #fff;
}

.filter-box .tag .r ul li {
	width: 80px;
	overflow: hidden;
}

/*分栏*/
.w990 {
	width: 990px;
}

.w200 {
	width: 200px;
}

/*list*/
.list-box {
	/*width: 990px;*/
}

.list-box .box-tab {
	height: 28px;
	line-height: 30px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 2px solid #00afc0;
}

.list-box .box-tab .l {
	min-width: 60px;
	margin-left: 5px;
	padding-right: 20px;
	text-align: center;
	float: left;
}

.list-box .box-tab .c {
	width: 800px;
	float: left;
}

.list-box .box-tab .c li {
	min-width: 88px;
	height: 27px;
	line-height: 30px;
	overflow: hidden;
	margin-right: 5px;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-bottom: none;
	text-align: center;
	float: left;
}

.list-box .box-tab .c li.action {
	border-color: #00afc0;
	background-color: #00afc0;
}

.list-box .box-tab .c li.asc,
.list-box .box-tab .c li.desc {
	background-image: url(base/jt.png);
	background-repeat: no-repeat;
}

.list-box .box-tab .c li.asc {
	background-position: right -31px;
}

.list-box .box-tab .c li.action.asc {
	background-position: right -111px;
}

.list-box .box-tab .c li.desc {
	background-position: right 9px;
}

.list-box .box-tab .c li.action.desc {
	background-position: right -71px;
}

.list-box .box-tab .c li a {
	padding: 0 25px 0 15px;
	color: #00afc0;
}

.list-box .box-tab .c li.action a {
	color: #fff;
}

.list-box .box-con {
	margin: 10px 0 10px 10px;
}

.list-box .box-item {
	position: relative;
	padding: 15px 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

.list-box .box-item:hover {
	border: 1px solid #00afc0;
	box-shadow: 0 0 5px rgba(0, 197, 171, .5);
}

.list-box .box-item .item-l {
	width: 160px;
	text-align: center;
	float: left;
}

.list-box .box-item .item-c {
	width: 690px;
	float: left;
}

.list-box .box-item .item-r {
	width: 102px;
	margin-right: 5px;
	text-align: right;
	float: right;
}

.list-box .box-item .item-image a {
	width: 130px;
	height: 180px;
}

.list-box .box-item .item-image a img {
	width: 130px;
	height: 180px;
}

.list-box .box-item .item-title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #00afc0;
}

.list-box .box-item .item-title h4 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	color: #00afc0;
}

.list-box .box-item .item-title h4 a {
	color: #00afc0;
}

.list-box .box-item .item-param::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list-box .box-item .item-param li {
	width: 220px;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	float: left;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-box .box-item .item-param li.nofloat {
	width: 680px;
	clear: both;
}

.list-box .box-item .item-param li.nofloat a {
	margin-right: 10px;
}

.list-box .box-item .item-param li.info {
	height: 50px;
	white-space: normal;
	color: #666;
}

.list-box .box-item .item-param li span {
	margin-right: 3px;
	color: #333;
}

.list-box .box-item .item-param li a {
	color: #333;
}

.list-box .box-item .item-param .nofloat a {
	color: #00afc0;
}

.list-box .box-item .item-param li.ar10 a {
	margin-right: 10px;
}

.list-box .box-item .item-info {
	height: 25px;
	line-height: 25px;
	color: #999;
}

.list-box .box-item .item-info b {
	margin: 0 5px;
	color: #00afc0;
	font-family: verdana;
	font-weight: 700;
}

.list-box .box-item .item-but div {
	text-align: center;
}

.list-box .box-item .item-but div a {
	width: 80px;
	height: 24px;
	line-height: 24px;
	margin: 8px auto;
	display: block;
	border: 1px solid #f5f5f5;
	border-radius: 13px;
	background-color: #f5f5f5;
	text-decoration: none;
}

.list-box .box-item .item-but div a:hover {
	color: #00afc0;
	border: 1px solid #00afc0;
}

.list-box .box-item .item-but .but-talk a {
	color: #00afc0;
	border: 1px solid #00afc0;
}

.list-box .box-item .item-but .but-talk a:hover {
	background-color: #00afc0;
	border: 1px solid #00afc0;
}

.list-box .box-item .item-but .but-talk a:hover span {
	color: #fff;
}

.list-box .box-item div.but-info {
	height: 25px;
	line-height: 25px;
	margin: 8px auto;
	color: #999;
	text-align: center;
}

.list-box .box-item .but-info b {
	margin: 0 5px;
	color: #00afc0;
	font-family: verdana;
	font-weight: 700;
}


.list-box .shop {
	height: auto;
	padding: 15px 10px;
	border: 1px solid #fff;
}

.list-box .shop:hover {
	border: 1px solid #00afc0;
	box-shadow: 0 0 5px #00afc0;
}

.list-box .shop .item-discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
	background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
	display: none;
}

.list-box .shop .item-param li.info {
	height: 50px;
	white-space: normal;
}

.list-box .shop .item-param .price font {
	font-size: 16px;
	font-weight: bold;
}

.list-box .shop .item-param .price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}

.list-box .shop .item-param .price s {
	font-size: 12px;
	color: #aaa;
}

.list-box .zzs {
	height: 140px;
}

.list-box .zzs .item-c {
	width: 830px;
}

.list-box .zzs .item-param {
	height: auto;
}

.list-box .zzs .item-param li {
	width: 380px;
}


/*page*/
.page-box {
	line-height: 30px;
	margin: 40px auto;
	text-align: center;
}

.page-box ul {
	/*float:right;*/
}

.page-box ul li {
	line-height: 40px;
	margin-right: 5px;
	/*float:left;*/
	display: inline-block;
}

.page-box ul li a {
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
	color: #00afc0;
	border: 1px solid #d6d6d6;
}

.page-box ul li a:hover,
.page-box ul li a.action {
	color: #fff;
	text-decoration: none;
	background-color: #00afc0;
	border: 1px solid #00afc0;
}

.page-box ul li span {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-top: 5px;
	display: inline-block;
	font-size: 14px;
	color: #999;
	border: 1px solid #d6d6d6;
}

.page-box ul li a.prev {
	padding-left: 16px;
	background-image: url(base/page.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.page-box ul li a.next {
	padding-right: 16px;
	background-image: url(base/page.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.page-box ul li a.prev:hover {
	background-position: 0 -29px;
}

.page-box ul li a.next:hover {
	background-position: 100% -29px;
}

/*share*/
.share-box {
	height: 25px;
	line-height: 25px;
	margin: 20px auto;
}

.share-box .box-title {
	color: #666;
	float: left;
}

.share-box .box-list {
	float: left;
}

/*article*/
.article-box {
	border: 1px solid #f3f3f3;
}

.article-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.article-box .box-item {
	margin: 10px;
}

.article-box .box-item ul li {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background-image: url(base/dot.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.article-box .box-item ul li.split {
	height: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 5x;
	margin-bottom: 5px;
	overflow: hidden;
}

.article-box .box-item ul li a {
	color: #333;
	text-decoration: none;
}

.article-box .box-item ul li a:hover {
	color: #cc0001;
}

/*image*/
.image-box {
	border: 1px solid #f3f3f3;
}

.image-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.image-box .box-item {
	margin: 10px;
}

.image-box .box-item ul li {
	margin: 30px 0;
	border-bottom: 1px solid #ececec;
	text-align: center;
	position: relative;
}

.image-box .box-item ul li:last-child {
	border-bottom: 0 solid #ececec;
}

.image-box .box-item .item-pic {
	width: 120px;
	margin: 0 auto;
}

.image-box .box-item .item-pic img {
	width: 120px;
	height: 160px;
}

.image-box .box-item .item-info {
	margin-top: 10px;
	line-height: 24px;
}

.image-box .box-item .item-info a {
	color: #00afc0;
	text-decoration: none;
}

.image-box .box-item .item-info a:hover {
	color: #0098a7;
}

.image-box .box-item .item-info span {
	color: #999;
}

.image-box .box-item .item-info span b {
	margin-left: 3px;
	color: #cc0001;
}

.image-box .box-item .item-level {
	line-height: 24px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

.image-box .box-item .item-level a {
	color: #666;
}

.image-box .box-item .item-level span {
	margin-left: 5px;
	color: #cc0001;
}

.image-box .box-item .item-price {
	font-family: "Arial";
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #cc0001;
}

.image-box .box-item .item-price span {
	margin: 0 4px;
}

.image-box .box-item .item-price s {
	font-size: 12px;
	color: #aaa;
}

.image-box .box-item .item-price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}

.image-box .box-item .item-discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
	background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
	display: none;
}

.image-box .box-item .item-but {
	margin: 20px auto;
	text-align: center;
}

.image-box .box-item .item-but a {
	width: 80px;
	height: 28px;
	line-height: 28px;
	color: #00afc0;
	display: inline-block;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.image-box .box-item .item-but a:hover {
	color: #fff;
	background-color: #00afc0;
	text-decoration: none;
	border: 1px solid #00afc0;
	box-shadow: 2px 1px 6px #ccc;
}

.good-box .box-item .item-but a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}

.good-box .box-item .item-but a:hover {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}


/*imagetxt*/
.imagetxt-box {
	border: 1px solid #f3f3f3;
}

.imagetxt-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.imagetxt-box .box-item {
	padding: 10px;
	background-color: #fff;
}

.imagetxt-box .box-item ul li {
	border-bottom: 1px solid #ececec;
	padding: 15px 0;
	position: relative;
}

.imagetxt-box .box-item ul li:last-child {
	border-bottom: 0 solid #ececec;
}

.imagetxt-box .box-item .item-pic {
	width: 95px;
	float: left;
	text-align: center;
}

.imagetxt-box .box-item .item-pic img {
	width: 75px;
	height: 100px;
}

.imagetxt-box .box-item .item-txt {
	width: 130px;
	overflow: hidden;
	float: left;
}

.imagetxt-box .box-item .item-info {
	line-height: 24px;
}

.imagetxt-box .box-item .item-info a {
	color: #00afc0;
	text-decoration: none;
}

.imagetxt-box .box-item .item-info a:hover {
	color: #0098a7;
}

.imagetxt-box .box-item .item-info span {
	color: #999;
}

.imagetxt-box .box-item .item-info span b {
	margin-left: 3px;
	color: #cc0001;
}

.imagetxt-box .box-item .item-level {
	line-height: 24px;
	font-size: 12px;
	color: #666;
}

.imagetxt-box .box-item .item-level a {
	color: #666;
}

.imagetxt-box .box-item .item-level span {
	margin-left: 5px;
	color: #cc0001;
}

.imagetxt-box .box-item .item-price {
	font-family: "Arial";
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #cc0001;
}

.imagetxt-box .box-item .item-price span {
	margin: 0 4px;
}

.imagetxt-box .box-item .item-price s {
	font-size: 12px;
	color: #aaa;
}

.imagetxt-box .box-item .item-price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}

.imagetxt-box .box-item .item-discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
	background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
	display: none;
}

.imagetxt-box .box-item .item-but {
	margin: 20px auto;
	text-align: center;
}

.imagetxt-box .box-item .item-but a {
	width: 80px;
	height: 28px;
	line-height: 28px;
	color: #00afc0;
	display: inline-block;
	border-top: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

.imagetxt-box .box-item .item-but a:hover {
	color: #fff;
	background-color: #00afc0;
	text-decoration: none;
	border: 1px solid #00afc0;
	box-shadow: 2px 1px 6px #ccc;
}

.good-box .box-item .item-info span b {
	color: #666;
}

/*keyword*/
.keyword-box {
	border: 1px solid #f3f3f3;
}

.keyword-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.keyword-box .box-item {
	margin: 10px;
}

.keyword-box .box-item ul li {
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	white-space: nowrap;
	float: left;
	min-width: 80px;
}

.keyword-box .box-item ul li a {
	padding: 3px 5px;
	color: #00afc0;
	text-decoration: none;
}

.keyword-box .box-item ul li a:hover {
	/*background-color:#00afc0;
    color:#fff;*/
	color: #cc0001;
}

.keyword-box .box-item ul li span {
	color: #555;
}

.keyword-box .box-item ul li a:hover span {
	/*color:#999;*/
	color: #cc0001;
}

.keyword-box .box-more {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 10px;
}

.keyword-box .box-more a {
	color: #333;
	padding-right: 10px;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: right -75px;
	text-decoration: none;
}

.keyword-box .box-more a:hover {
	color: #cc0001;
}

/*sort*/
.sort-box {
	border: 1px solid #f3f3f3;
}

.sort-box .box-bar {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #ececec;
	text-align: center;
}

.sort-box .box-item {
	margin: 10px;
}

.sort-box .box-item ul {
	text-align: center;
}

.sort-box .box-item ul li {
	height: 28px;
	line-height: 28px;
	margin: 8px auto;
}

.sort-box .box-item ul li a {
	margin: 0 auto;
	width: 160px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #ececec;
}

.sort-box .box-item ul li a:hover {
	color: #fff;
	background-color: #00afc0;
	border: 1px solid #00afc0;
}

/*qikan*/
.qikan-box {
	border: 1px solid #f3f3f3;
}

.qikan-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.qikan-box .box-pic {
	margin: 20px 0;
	text-align: center;
}

.qikan-box .box-pic img {
	width: 200px;
	height: 265px;
}

.qikan-box .box-info {
	padding: 0 20px;
	line-height: 25px;
}

.qikan-box .box-info a {
	color: #00afc0;
	margin-right: 5px;
}

.qikan-box .box-info span {
	margin-left: 3px;
	margin-right: 5px;
	color: #cc0001;
	font-size: 14px;
}

.qikan-box .box-but {
	margin: 20px 20px;
	text-align: left;
}

.qikan-box .box-but a {
	width: 70px;
	height: 28px;
	line-height: 28px;
	color: #00afc0;
	display: inline-block;
	border: 1px solid #e9e9e9;
	text-align: center;
}

.qikan-box .box-but a:hover,
.qikan-box .box-but a.action {
	color: #fff;
	background-color: #00afc0;
	text-decoration: none;
	border: 1px solid #00afc0;
	box-shadow: 2px 1px 6px #ccc;
}

.qikan-box .box-item {
	line-height: 25px;
	margin: 10px 20px;
}

.qikan-box .box-item dt {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.qikan-box .box-item dd {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.qikan-box .box-item dd span {
	color: #666;
}

.qikan-box .box-item dd a {
	color: #00afc0;
}

.qikan-box .box-item dd b {
	color: #cc0001;
}

.down-box {
	margin: 20px auto;
	text-align: center;
}

.down-box a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0 20px;
	color: #00afc0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00afc0;
	border-radius: 5px;
	text-align: left;
}

.down-box a i {
	width: 20px;
	height: 20px;
	margin: 10px 5px 10px 25px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/down.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.down-box a i.img2 {
	background-position: -20px 0;
}

.down-box a i.img3 {
	background-position: -40px 0;
}

.down-box a i.img4 {
	background-position: -60px 0;
}

.down-box a i.img5 {
	background-position: -80px 0;
}

.down-box a i.img6 {
	background-position: -100px 0;
}

.down-box a:hover,
.down-box a.action {
	color: #fff;
	background-color: #00afc0;
}

.down-box a:hover i,
.down-box a.action i {
	background-position: 0 -20px;
}

.down-box a:hover i.img2,
.down-box a.action i.img2 {
	background-position: -20px -20px;
}

.down-box a:hover i.img3,
.down-box a.action i.img3 {
	background-position: -40px -20px;
}

.down-box a:hover i.img4,
.down-box a.action i.img4 {
	background-position: -60px -20px;
}

.down-box a:hover i.img5,
.down-box a.action i.img5 {
	background-position: -80px -20px;
}

.down-box a:hover i.img6,
.down-box a.action i.img6 {
	background-position: -100px -20px;
}

/*分栏*/
.w940 {
	width: 940px;
}

.w250 {
	width: 250px;
}

/*booknva*/
.booknav-box {
	padding-bottom: 20px;
	/* background-color: #f5f5f5; */
}

.booknav-box .box-bar {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #ececec;
	text-align: center;
}

.booknav-box .box-item dl {
	height: 35px;
	overflow: hidden;
	margin: 0 15px;
}

.booknav-box .box-item dl.action {
	height: auto;
}

.booknav-box .box-item dl dt {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	font-weight: 700;
	color: #666;
	padding-left: 10px;
	cursor: pointer;
}

.booknav-box .box-item dl dt i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	display: inline-block;
	background-image: url(base/add.png);
	background-position: -32px 0;
	background-repeat: no-repeat;
	margin-top: 11px;
	float: left;
}

.booknav-box .box-item dl.action dt i {
	background-position: -48px 0;
}

.booknav-box .box-item dl dt:hover,
.booknav-box .box-item dl.action dt {
	color: #00afc0;
}

.booknav-box .box-item dl dt:hover a,
.booknav-box .box-item dl.action dt a {
	color: #00afc0;
}

.booknav-box .box-item dl dd {
	margin-left: 20px;
}

.booknav-box .box-item dl dd a {
	width: 200px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.booknav-box .box-item dl dd a:hover {
	color: #fff;
	background-color: #00afc0;
}

.booknav-box .box-item dl dd a span {
	color: #999;
}

.booknav-box .box-item dl dd a:hover span {
	color: #fff;
}

.booknav-box .box-item dl.col2::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.booknav-box .box-item dl.col2 dd {
	width: 90px;
	margin: 0 0 0 10px;
	text-align: center;
	float: left;
}

.booknav-box .box-item dl.tl dd {
	text-align: left;
}

.booknav-box .box-item dl.col2 dd a {
	width: 80px;
}

.booknav-box .box-item dl.col4::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.booknav-box .box-item dl.col4 dd {
	width: 60px;
	margin: 0 0 0 12px;
	text-align: center;
	float: left;
}

.booknav-box .box-item dl.col4 dd a {
	width: 60px;
}


/*分栏*/
.w590 {
	width: 587px;
}

.w850 {
	width: 849px;
}

.w350 {
	width: 350px;
}

.bd1 {
	border: 1px solid #f3f3f3;
}

.bd1 img {
	width: 100%;
}

.bd1 #yw0 {
	width: auto;
}

/*preview-box*/
.preview-box {
	height: 580px;
	overflow: hidden;
	/*border-right:1px solid #ececec;*/
}

.preview-box .box-image {
	height: 415px;
	border-bottom: 1px solid #ececec;
}

.preview-box .box-image .preview {
	position: relative;
	margin: 20px 30px;
	width: 290px;
	height: 390px;
	overflow: hidden;
}

.preview-box .box-image .preview img {
	width: 290px;
	height: 390px;
}

.preview-box .box-image .zoomdiv img {
	width: auto;
	height: auto;
	margin: 0;
}

.preview-box .box-image-item {
	height: 90px;
	border-bottom: 1px solid #ececec;
}

.preview-box .box-image-item .item-l,
.preview-box .box-image-item .item-r {
	width: 12px;
	height: 62px;
	margin: 10px 5px;
	overflow: hidden;
	float: left;
}

.preview-box .box-image-item .item-l a,
.preview-box .box-image-item .item-r a {
	width: 12px;
	height: 62px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/preview.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

.preview-box .box-image-item .item-l a:hover {
	background-position: -13px 0;
}

.preview-box .box-image-item .item-r a {
	background-position: 0 -67px;
}

.preview-box .box-image-item .item-r a:hover {
	background-position: -13px -67px;
}

.preview-box .box-image-item .item-c {
	width: 305px;
	height: 62px;
	margin: 10px 0;
	overflow: hidden;
	position: relative;
	float: left;
}

.preview-box .box-image-item .item-con {
	width: 65535px;
	position: relative;
}

.preview-box .box-image-item .item-c ul {
	float: left;
	position: relative;
}

.preview-box .box-image-item .item-c ul li {
	width: 54px;
	overflow: hidden;
	margin: 0 3px 0 4px;
	float: left;
}

.preview-box .box-image-item .item-c ul li a {
	width: 54px;
	height: 62px;
	display: inline-block;
}

.preview-box .box-image-item .item-c ul li a:hover,
.preview-box .box-image-item .item-c ul li.action a {
	background-image: url(base/preview.png);
	background-position: -30px 0;
	background-repeat: no-repeat;
}

.preview-box .box-image-item .item-c ul li a img {
	width: 37px;
	height: 54px;
	margin: 4px 7px;
}

.preview-box .box-share-item {
	height: 58px;
}

.preview-box .box-share-item .item-l {
	width: 75px;
	height: 16px;
	margin: 20px 0 20px 12px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	float: left;
}

.preview-box .box-share-item .item-l i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background-image: url(base/preview.png);
	background-position: 0 -140px;
	background-repeat: no-repeat;
}

.preview-box .box-share-item .item-c {
	width: 170px;
	height: 16px;
	margin: 14px 0 26px 0;
	float: left;
}

.preview-box .box-share-item .item-r {
	width: 75px;
	height: 16px;
	margin: 20px 0 20px 12px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	float: left;
}

.preview-box .box-share-item .item-r i {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background-image: url(base/preview.png);
	background-position: 0 -160px;
	background-repeat: no-repeat;
}

.preview-box .box-share-item .item-r a:hover {
	text-decoration: none;
}


/*info*/
.info-box {
	min-height: 580px;
	/*overflow:hidden;*/
	border-left: 1px solid #ececec;
	position: relative;
}

.info-box .box-title {
	position: relative;
	margin: 20px 20px 0 20px;
}

.info-box .box-title h3 {
	height: 28px;
	line-height: 28px;
	font-family: "Microsoft YaHei";
	font-size: 24px;
	color: #333;
	font-weight: 700;
	float: left;
}

.info-box .box-title hr {
	height: 1px;
	border: 0;
	background-color: #e5e5e5;
	margin: 26px auto;
}

.info-box .box-description {
	margin: 10px 20px 0 20px;
	height: 50px;
	line-height: 25px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	font-weight: 400;
	overflow: hidden;
}

.info-box .box-item {
	margin: 10px 20px 0 20px;
	background-color: #f8f8f8;
	color: #333;
}

.info-box .box-item ul {
	height: 72px;
	padding: 10px 20px;
}

.info-box .box-item ul li {
	width: 22%;
	height: 24px;
	line-height: 24px;
	margin-right: 3%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #333;
}

.info-box .box-item ul li span {
	margin-right: 3px;
}

.info-box .box-item ul li a {
	color: #00afc0;
}

.info-box .box-item ul li a:hover {
	color: #0098a7;
}



.box-item-tabs .box-item-tabs_tit i {
	width: 11px;
	height: 7px;
	display: inline-block;
	background: url(./base/sprites_introduce.png);
	background-position: 96px -8px;
}

.info-box .box-item-normal {
	border: 0;
	background-color: #fff;
	font-size: 14px;
}

.info-box .box-item-normal ul {
	height: auto;
	padding: 0;
}

.info-box .box-item-normal ul li {
	width: 30%;
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
}

.info-box .box-item-normal ul li span {
	color: #333;
}

.info-box .box-item-normal ul li .box-item-b {
	font-weight: 700;
}

.box-item-tabs {
	margin: 20px 20px 0 20px;
	font-size: 0;
}

.box-item-tabs .box-item-tabs_tit span {
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
	background-color: #fff;
	display: inline-block;
}

.box-item-tabs .box-item-tabs_tit .active {
	border: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.box-item-tabs .box-item-tabs_tit .active i {
	background-position: 74px -7px;
	width: 8px;
	height: 9px;
}

.box-item-tabs .box-item-tabs_con {
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	padding: 10px 20px;
}

.box-item-tabs .box-item-tabs_con li {
	font-size: 14px;
	display: none;
	line-height: 30px;
}

.box-item-tabs .box-item-tabs_con li a {
	padding: 3px 5px;
	color: #00afc0;
	line-height: 1.7;
}

.box-item-tabs .box-item-tabs_con li a:hover {
	background-color: #00afc0;
	color: #fff;
	text-decoration: none;
}

.box-item-tabs .box-item-tabs_con li.active {
	display: block;
}



.info-box .box-affect {

	margin: 10px 20px 0 20px;
}

.info-box .box-affect ul li {
	height: 28px;
	line-height: 28px;
	color: #333;
	font-size: 14px;
}

.info-box .box-affect ul li span {
	margin-left: 10px;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #cc0001;
}

.info-box .box-category {
	height: 24px;
	line-height: 24px;
	margin: 5px 20px;
	color: #333;
	font-size: 14px;
}

.info-box .box-qkjb {
	margin-top: 0;
	float: left;
}

.info-box .box-category span {}

.info-box .box-category a {
	padding: 3px 5px;
	color: #00afc0;
	/*font-size:12px;*/
}

.info-box .box-category a:hover {
	background-color: #00afc0;
	color: #fff;
	text-decoration: none;
}

.info-box .box-record {
	margin: 5px 20px;
}

.info-box .box-record .record-l {
	width: 70px;
	height: 25px;
	line-height: 25px;
	color: #333;
	font-size: 14px;
	float: left;
}

.info-box .box-record .record-r {
	width: 717px;
	float: left;
}

.info-box .box-record .record-r ul {
	/*padding: 5px 10px;*/
	margin-bottom: 10px;
	min-height: 100px;
	/*height:100px;
    overflow:auto;
    overflow-x:hidden;*/
}

.info-box .box-record .record-r ul li {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	font-size: 14px;
	margin-right: 5px;
	float: left;
}

.info-box .box-record .record-r ul li a {
	padding: 3px 5px;
	color: #00afc0;
}

.info-box .box-record .record-r ul li a:hover {
	background-color: #00afc0;
	color: #fff;
	text-decoration: none;
}

.info-box .box-buy {
	margin: 10px 20px 0 20px;
	position: absolute;
	bottom: 0;
}

.info-box .box-buy .buy-l {
	width: 250px;
	margin: 5px 10px;
	border-right: 1px solid #ddd;
	text-align: center;
	float: left;
}

.info-box .box-buy .buy-l a {
	width: 155px;
	height: 48px;
	margin: 20px;
	line-height: 48px;
	display: inline-block;
	border-radius: 5px;
	background-color: #00afc0;
}

.info-box .box-buy .buy-l a:hover {
	background-color: #00afc0;
	text-decoration: none;
}

.info-box .box-buy .buy-l a i {
	width: 24px;
	height: 22px;
	margin: 13px 10px 13px 20px;
	display: inline-block;
	background-image: url(base/preview.png);
	background-position: -60px -140px;
	background-repeat: no-repeat;
	float: left;
}

.info-box .box-buy .buy-l a span {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #fff;
	float: left;
}

.info-box .box-buy .buy-r {
	width: 480px;
	margin: 5px 10px;
	float: left;
}

.info-box .box-buy .buy-r .code {
	width: 88px;
	height: 88px;
	float: left;
}

.info-box .box-buy .buy-r .code img {
	width: 80px;
	height: 80px;
	margin: 4px;
}

.info-box .box-buy .buy-r ul {
	width: 430px;
	overflow: hidden;
	margin: 14px 0;
	float: left;
}

.info-box .box-buy .buy-r ul li {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.info-box .box-buy .buy-r ul li span {
	color: #999;
	margin-right: 3px;
}

.info-box .box-buy .buy-r ul li a {
	padding: 3px 5px;
	color: #00afc0;
}

.info-box .box-buy .buy-r ul li a:hover {
	background-color: #00afc0;
	color: #fff;
	text-decoration: none;
}





.info-box .box-pay .pay-a i {
	width: 20px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(./base/sprites_introduce.png);
}

.xszj .xszj-infos li i {
	width: 62px;
	height: 74px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background: url(./base/sprites_introduce.png);
}

.xszj .xszj-infos li:hover {
	border-color: #00afc0;
}

.xszj .btn_orange i {
	width: 22px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	background: url(./base/sprites_introduce.png);
}

.xszj .xszj_cons .imgs i {
	display: inline-block;
	background: url(./base/sprites_introduce.png);
}

.xszj .xszj-infos2 li i {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url(./base/sprites_introduce.png);
}

.xszj .xszj-infos2 li {
	cursor: pointer;
}

.xszj .xszj-infos2 li:hover {
	background-color: #edfbff;
}

.info-box .box-pay .pay-a .i_learning {
	background-position: 128px -33px;
}

.info-box .box-pay .pay-a .i_consult {
	background-position: 128px -59px;
	;
}

.info-box .box-pay .pay-a a {
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background-color: #00afc0;
	text-decoration: none;
	border-radius: 5px;
	margin-right: 12px;
}

.info-box .box-pay .pay-a a:hover {
	background-color: #0098a7;
}

.info-box .box-pay .pay-a .pay-a_subscribe {
	width: 138px;
	height: 48px;
	border: 1px solid #00afc0;
	color: #0098a7;
	background-color: #fff;
}

.info-box .box-pay .pay-a .pay-a_subscribe:hover {
	line-height: 50px;
	color: #fff;
	background-color: #00afc0;
}

.info-box .box-pay .pay-c {
	font-size: 12px;
	color: #666;
	height: 58px;
	line-height: 58px;
}

.last_child {
	margin: 0 !important;
}

.xszj h1 {
	font-size: 24px;
	color: #00afc0;
	margin-top: 38px;
	margin-bottom: 24px;
	text-align: center;
}

.xszj .xszj-infos li {
	width: 218px;
	height: 136px;
	display: inline-block;
	border: 1px solid #e5e5e5;
	margin-right: 16px;
	text-align: center;
	float: left;
}

.xszj .xszj-infos li a {
	text-decoration: none;
}

.xszj .xszj-infos li span {
	margin-top: 12px;
	display: block;
	font-size: 14px;
	color: #00afc0;
}

.xszj .xszj-infos li .xszj-infos_i1 {
	background-position: 0 0;
}

.xszj .xszj-infos li .xszj-infos_i2 {
	background-position: -70px 0;
}

.xszj .xszj-infos li .xszj-infos_i3 {
	background-position: -140px 0;
}

.xszj .xszj-infos li .xszj-infos_i4 {
	background-position: -210px 0;
}

.xszj .btn_orange {
	width: 290px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin: 0 auto;
	display: block;
	text-align: center;
	background-color: #ff5a31;
	color: #fff;
	border-radius: 25px;
	text-decoration: none;
}

.xszj .btn_orange:hover {
	background-color: #fb4518;
}

.xszj .btn_orange .i_urgent {
	background-position: 128px 0;
}

.xszj .xszj_banner img {
	width: 940px;
	height: 124px;
}

.xszj .xszj_cons ul li {
	width: 940px;
	height: 124px;
	cursor: pointer;
}

.xszj .xszj_cons ul li:hover {
	background-color: #edfbff;
}

.xszj .xszj_cons .xszj_cons_odd {
	background-color: #fff;
}

.xszj .xszj_cons .xszj_cons_even {
	background-color: #f8f8f8;
}

.xszj .xszj_cons .imgs {
	width: 200px;
	height: 124px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.xszj .xszj_cons .imgs .xszj_cons_i1 {
	width: 90px;
	height: 95px;
	margin-top: 17px;
	background-position: 0 -79px;
}

.xszj .xszj_cons .imgs .xszj_cons_i2 {
	width: 78px;
	height: 86px;
	margin-top: 22px;
	background-position: -98px -91px;
}

.xszj .xszj_cons .imgs .xszj_cons_i3 {
	width: 88px;
	height: 76px;
	margin-top: 26px;
	background-position: 210px -94px;
}

.xszj .xszj_cons .imgs .xszj_cons_i4 {
	width: 93px;
	height: 81px;
	margin-top: 38px;
	background-position: 105px -100px;
}

.xszj .xszj_cons .xszj_con {
	display: block;
	width: 740px;
	height: 124px;
}

.xszj .xszj_cons .xszj_con .xszj_con_t1 {
	font-size: 18px;
	font-weight: 700;
	color: #00afc0;
	margin-top: 42px;
	display: inline-block;
}

.xszj .xszj_cons .xszj_con .xszj_con_t2 {
	font-size: 14px;
	color: #777;
	margin-top: 14px;
}

.xszj .xszj-infos2 {
	width: 940px;
	height: 286px;
	display: block;
}

.xszj .xszj-infos2 li {
	width: 235px;
	height: 286px;
	float: left;
}

.xszj .xszj-infos2 li p {
	position: relative;
	margin-top: 6px;
	text-align: center;
	color: #777;
	font-size: 12px;
}

.xszj .xszj-infos2 li .xszj-infos2_i {
	width: 230px;
	height: 98px;
}

.xszj .xszj-infos2 li .xszj-infos2_i1 {
	width: 60px;
	height: 46px;
	background-position: 0 56px;
	margin-left: -30px;
}

.xszj .xszj-infos2 li .xszj-infos2_i2 {
	width: 56px;
	height: 38px;
	background-position: -67px 54px;
	margin-left: -28px;
}

.xszj .xszj-infos2 li .xszj-infos2_i3 {
	width: 53px;
	height: 54px;
	background-position: -131px 56px;
	margin-left: -26px;
}

.xszj .xszj-infos2 li .xszj-infos2_i4 {
	width: 41px;
	height: 54px;
	background-position: -192px 56px;
	margin-left: -20px;
}

.xszj .xszj-infos2 li .xszj-infos2_tit {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #333;
	margin-top: 32px;
	margin-bottom: 18px;
}


.xszj .xszj_honor ul li {
	width: 230px;
	height: 210px;
	float: left;
	background-color: red;
	margin-right: 6px;
	position: relative;
	margin-bottom: 4px;
	text-align: center;
	display: table;
}

.xszj .xszj_honor ul li i {
	width: 49px;
	height: 49px;
	display: block;
	position: absolute;
	border-radius: 50%;
	right: -27px;
	top: 82px;
	z-index: 20;
	background: url(./base/sprites_introduce.png);
	background-position: 166px 52px;
	*display: none;
	/*ie6,7 */
}

.xszj .xszj_honor {
	position: relative;
}

.xszj .xszj_honor .xszj_honor_odd {
	background-color: #f2f2f2;
}

.xszj .xszj_honor .xszj_honor_even {
	background-color: #f8f8f8;
}

.xszj .xszj_honor ul li p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 auto;
	display: block;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.xszj .xszj_honor ul li:hover {
	background-color: #edfbff;
	cursor: pointer;
}

.xszj .xszj_honor ul li p span {
	width: 142px;
	display: inline-block;
	text-align: left;
}

.xszj .xszj_honor ul li p .line {
	margin: 10px auto;
	background-color: #e4dbdb;
}

.xszj .xszj_honor ul li p .minh {
	min-height: 54px;
}

.xszj .xszj_honor ul li p .minh1 {
	*margin-top: 20%;
	/*ie6,7 */
}

.xszj .xszj_honor ul li p .minh2 {
	*margin-top: 30%;
	/*ie6,7 */
}

.xszj .xszj_honor ul li a {
	position: absolute;
	bottom: 16px;
	left: 50%;
	margin-left: -20px;
	background-color: #00afc0;
	color: #fff;
	padding: 4px 7px;
	text-decoration: none;
}

.xszj .xszj_honor-img {
	text-align: center;
}

.xszj .xszj_honor-img .imgs {
	margin-bottom: 6px;
}

.xszj .xszj_honor-img .imgs img {
	*float: left;
	*margin-right: 2px;
	/*ie6,7 */
}

.xszj .xszj_honor-img h1 {
	font-size: 24px;
	color: #00afc0;
	margin-top: 38px;
	margin-bottom: 13px;
	text-align: center;
}

.xszj .xszj_honor-img h2 {
	font-size: 18px;
	color: #777;
	text-align: center;
	font-weight: normal;
}

.xszj .xszj_honor-img .imgs a {
	position: relative;
	display: inline-block;
}

.xszj .xszj_honor-img .imgs a span {
	position: absolute;
	display: inline-block;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	background-size: 64px 128px;
	background-image: url(./base/play-bg.png);
	background-repeat: no-repeat;
	background-repeat: 0 0;
}

.xszj .xszj_honor-img .imgs a:hover span {
	background-position: 0 -64px;
}


.box-ad {
	margin: 10px auto;
}

.box-ad img {
	width: 100%;
}


.info-box .box-pay .pay-c span {
	display: inline-block;
	padding-left: 6px;
	margin-right: 20px;
	color: #333;
}

.info-box .box-pay .pay-c span i {
	width: 20px;
	height: 18px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	background-image: url(base/preview.png);
	background-position: -30px -140px;
	background-repeat: no-repeat;
}

.info-box .box-pay .pay-c a {
	color: #999;
	text-decoration: none;
}

.info-box .box-pay .pay-c a:hover {
	color: #c41921;
}

.info-box .box-pay .pay-c span .i1 {
	width: 14px;
	height: 16px;
	background-position: -30px -140px;
}

.info-box .box-pay .pay-c span .i2 {
	width: 16px;
	height: 18px;
	background-position: -30px -170px;
}

.info-box .box-pay .pay-c span .i3 {
	width: 16px;
	height: 16px;
	background-position: -30px -200px;
}

.info-box .box-price {
	margin: 10px 0;
	padding: 10px 20px;
	background-color: #fff2e8;
	font-size: 14px;
}

.info-box .box-price dl dt {
	width: 80px;
	float: left;
	color: #999;
}

.info-box .box-price dl dd {
	float: left;
}

.info-box .box-price i {
	font-style: normal;
}

.info-box .box-price .price-market {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

.info-box .box-price .price-market i {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
	color: #333;
}

.info-box .box-price .price-market .market-val {
	font-family: verdana, arial;
	font-size: 18px;
	font-weight: 400;
}

.info-box .box-price .price-sell {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
}

.info-box .box-price .price-sell i {
	font-size: 20px;
	margin-right: 5px;
	color: #cc0001;
}

.info-box .box-price .price-sell span {
	font-family: verdana, arial;
	font-size: 22px;
	font-weight: 700;
	color: #cc0001;
}

.info-box .box-price .price-sell span.sell-discount {
	margin-left: 20px;
	font-size: 24px;
}

.info-box .box-price .price-sell .sell-time {
	margin-left: 20px;
	line-height: 24px;
	color: #333;
}

.info-box .box-price .price-sell .sell-time i {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	background-image: url(base/preview.png);
	background-position: -60px -170px;
	background-repeat: no-repeat;
}

.info-box .box-price .price-sell .sell-time span {
	margin: 0 2px;
	font-size: 14px;
	font-weight: bold;
}

.info-box .box-price .price-sell span.sell-info {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	background-color: #f47a86;
}

.info-box .box-price .price-sell .sell-offline span {
	margin-left: 20px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #f5b50d;
}

.info-box .box-price .sale-info dd {
	font-size: 12px;
}

.info-box .box-price .sale-info ul li {
	margin: 5px 0;
	color: #cc0000;
	line-height: 25px;
}

.info-box .box-price .sale-info ul li span {
	background-color: #cc0000;
	padding: 4px 3px;
	margin-right: 20px;
	color: #fff;
}

.info-box .box-price .sale-info ul li b {
	color: #333;
	font-weight: normal;
	margin-left: 20px;
}

.info-box .box-price .sale-info ul li b a {
	color: #cc0001;
}

.info-box .box-sell {
	height: 37px;
	margin: 5px 0;
	border-top: 1px dotted #c9c9c9;
	border-bottom: 1px dotted #c9c9c9;
}

.info-box .box-sell ul li {
	margin: 5px 0;
	width: 30%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #666;
	float: left;
}

.info-box .box-sell ul li.line {
	width: 1px;
	background-color: #fff;
	border-right: 1px dotted #c9c9c9;
}

.info-box .box-sell ul li.clear {
	width: auto;
}

.info-box .box-sell ul li font {
	margin-left: 4px;
}

.info-box .box-cart {
	height: 40px;
	margin: 10px 0;
	padding-left: 80px;
}

.info-box .box-cart a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	text-decoration: none;
	color: #c40000;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	margin: 0 10px;
	text-align: center;
}

.info-box .box-cart .cart-buy:hover {
	background-color: #fedfdf;
	border: 1px solid #c40000;
	color: #b40000;
}

.info-box .box-cart .cart-add {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
	position: relative;
	text-indent: 2em;
}

.info-box .box-cart .cart-add i {
	position: absolute;
	width: 24px;
	height: 22px;
	display: inline-block;
	left: 30px;
	top: 10px;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -60px -200px;
}

.info-box .box-cart .cart-add:hover {
	background-color: #b40000;
	border: 1px solid #b40000;
	color: #fff;
}

.info-box .box-cart a:hover,
.info-box .box-cart a.action {
	/*background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;*/
}

.info-box .box-cart a.cart-talk {
	width: 155px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
	background-color: #00afc0;
	border: none;
}

.info-box .box-cart a.cart-talk:hover {
	background-color: #00afc0;
	text-decoration: none;
}

.info-box .box-cart a.cart-talk i {
	width: 24px;
	height: 22px;
	margin: 9px 10px 9px 20px;
	display: inline-block;
	background-image: url(base/preview.png);
	background-position: -60px -140px;
	background-repeat: no-repeat;
	float: left;
}

.info-box .box-cart a.cart-talk span {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #fff;
	float: left;
}

.info-box .box-service {
	height: 57px;
	line-height: 58px;
	margin: 0 20px;
	padding-left: 10px;
	color: #6c6c6c;
	border-top: 1px dotted #ddd;
}

.info-box .box-service dl dt {
	width: 70px;
	float: left;
}

.info-box .box-service dl dd {
	width: 80px;
	margin-right: 10px;
	float: left;
}

.info-box .box-service dl dd i {
	width: 23px;
	height: 23px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
	display: none;
	/*background-image: url(base/preview.png);
    background-position: -60px -170px;
    background-repeat: no-repeat;*/
}

/*goods*/
.goods-box {
	margin: 0 20px;
	padding: 10px;
	min-height: 142px;
	/*background: #fafafa;*/
}

.goods-box dl {
	margin: 8px 0;
}

.goods-box dl dt {
	float: left;
	width: 60px;
	line-height: 25px;
	color: #666;
}

.goods-box dl dd {
	float: left;
	width: 460px;
	line-height: 25px;
}

.goods-box dl dd ul li {
	padding: 2px 10px;
	margin: 5px 15px 5px 0;
	line-height: 25px;
	background: #fff;
	border: 1px solid #dcdcdc;
	outline: 1px solid #fff;
	float: left;
	cursor: pointer;
}

.goods-box dl dd ul li img {
	width: 36px;
	height: 36px;
	margin: 3px -5px;
	border-radius: 3px;
}

.goods-box dl dd ul li.action,
.goods-box dl dd ul li:hover {
	border: 1px solid #f40;
	outline: 1px solid #f40;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.goods-box .box-nums {
	padding-top: 10px;
}

.goods-box .box-nums a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
}

.goods-box .box-nums a:hover {
	border: 1px solid #666;
}

.goods-box .box-nums input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
}

.goods-box .box-nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.goods-box .box-nums .box-nums-store {
	/*display: none;*/
}

.goods-box .box-status {
	height: 25px;
	line-height: 25px;
	margin: 10px 10px 0 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
	color: red;
	background-color: #ffe8d7;
	display: none;
}

/*body-tab*/
.body-tab ul {
	height: 38px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}

.body-tab ul li {
	height: 37px;
	line-height: 16px;
	display: block;
	margin-left: -1px;
	float: left;
}

.body-tab ul li a {
	height: 18px;
	margin-top: 11px;
	padding: 0 20px;
	font-size: 14px;
	border-right: 1px dotted #d2d2d2;
	text-decoration: none;
	float: left;
}

.body-tab ul li.action {
	margin: -1px 0 0 -1px;
	padding-top: 0;
	border-top: 2px solid #00afc0;
	/*position:relative;*/
}

.body-tab ul li.action a {
	height: 100%;
	line-height: 33px;
	margin-top: 0;
	color: #00afc0;
	border-left: 1px solid #cfbfb1;
	border-right: 1px solid #cfbfb1;
}

/*body-info*/
.body-info {
	background-color: #f6f6f6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.body-info .box-title {
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
	padding-top: 20px;
}

.body-info .box-title span {
	color: #666;
	margin-right: 10px;
}

.body-info .box-title a {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 80px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	background-color: #00afc0;
}

.body-info .box-title a:hover {
	background-color: #0098a7;
}

.body-info .box-title a i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(base/preview.png);
	background-position: 0 -177px;
	background-repeat: no-repeat;
}

.body-info .box-title a span {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.body-info .box-category {
	height: 24px;
	line-height: 24px;
	margin: 10px 20px;
	color: #333;
	font-size: 12px;
}

.body-info .box-category span {
	color: #666;
}

.body-info .box-category a {
	padding: 3px 5px;
	color: #00afc0;
	font-size: 12px;
}

.body-info .box-item {
	line-height: 28px;
	margin: 10px 20px;
}

.body-info .box-item dt {
	font-weight: bold;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;
}

.body-info .box-item dd {
	width: 28%;
	margin-right: 3%;
	float: left;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.body-info .box-item dd span {
	color: #666;
}

.body-info .box-item dd a {
	color: #00afc0;
}


/*content*/
.content-box {
	/*margin: 0 20px;*/
	margin-bottom: 20px;
}

.content-box .box-bar {
	/*height: 20px;
    line-height: 40px;
    margin-bottom: 20px;
	border-bottom: 1px solid #e1e1df;*/
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	padding-left: 10px;
	background-color: #f5f5f5;
	border-left: 5px solid #00afc0;

}

.content-box .box-bar h3 {
	height: 40px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	float: left;
	padding-right: 10px;
	color: #00afc0;
	/*background: #fff;*/
}

.content-box .box-bar .bar-more {
	height: 40px;
	padding: 0 10px;
	/*background: #fff;*/
	float: right;
}

.content-box .box-bar .bar-more a {
	padding-right: 10px;
	background-image: url(base/tab.png);
	background-repeat: no-repeat;
	background-position: right -75px;
	text-decoration: none;
}

.content-box .box-con {
	margin: 10px 0;
	line-height: 2;
	color: #333;
	font-size: 14px;
	text-indent: 2em;
}

.content-box .box-con p {
	padding: 10px 0;
	text-indent: 2em;
}

.content-box .box-list ul {
	padding: 10px 0;
}

.content-box .box-list ul li {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
}

.content-box .box-list ul.col3 li {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.content-box .box-list ul li a {
	color: #00afc0;
}

.content-box .box-list ul li a:hover {
	color: #0098a7;
}

.content-box .box-picture ul li {
	width: 160px;
	height: 250px;
	margin: 0 14px;
	text-align: center;
	float: left;
}

.content-box .box-picture .item-photo {
	width: 120px;
	height: 160px;
	margin: 10px 20px 5px 20px;
	display: block;
}

.content-box .box-picture .item-photo img {
	width: 120px;
	height: 160px;
}

.content-box .box-picture .item-title {
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
}

.content-box .box-picture .item-info {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}

.content-box .box-picture .item-info a {
	color: #666;
}

.content-box .box-picture .item-info span {
	color: #c30;
	font-size: 14px;
	margin-left: 5px;
}

.content-box .box-picture .item-info a:hover {
	color: #cc0001;
}

.content-box .box-goods {}

/*goods*/
.box-goods ul li {
	position: relative;
}

.box-goods .item-price {
	font-family: "Arial";
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #cc0001;
}

.box-goods .item-price span {
	margin: 0 4px;
}

.box-goods .item-price s {
	font-size: 12px;
	color: #aaa;
}

.box-goods .item-price i {
	font-style: normal;
	font-size: 12px;
	margin-right: 3px;
}

.box-goods .item-discount {
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 2px;
	top: 2px;
	z-index: 99;
	background-image: url(base/cart.png);
	background-size: 273% 546%;
	background-position: 0 -163px;
	font-size: 32px;
	font-family: "Microsoft Yahei";
	text-align: left;
	text-indent: 10px;
	color: #fff;
	display: none;
}

/*done*/
.box-done {
	padding-top: 10px;
}

.box-done dl {
	/*border: 1px solid #f3f3f3;*/
}

.box-done dl dt,
.box-done dl dd {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
}

.box-done dl dd {
	height: 35px;
	line-height: 35px;
}

.box-done dl dt {
	color: #333;
	/*background-color: #fafafa;*/
	text-align: left;
	border-bottom: 1px solid #ececec;
}

.box-done dl dt span.price {
	font-size: 12px;
	color: #333;
}

.box-done dl span.date {
	margin-right: 10px;
	font-size: 12px;
	color: #999;
	float: right;
}

.box-done dl span.user {
	width: 100px;
	margin-left: 10px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}

.box-done dl span.price {
	width: 120px;
	overflow: hidden;
	display: inline-block;
	font-family: "Arial";
	color: #cc0001;
}

.box-done dl span.num {
	width: 60px;
	overflow: hidden;
	display: inline-block;
}

.box-done dl span.specs {
	width: 350px;
	display: inline-block;
	overflow: hidden;
}

/*article*/
.body-article ul li {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background-image: url(base/dot.png);
	background-position: 0 12px;
	background-repeat: no-repeat;
}

.body-article ul li.split {
	height: 0px;
	border-bottom: 1px dotted #ececec;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.body-article ul li a.title {
	color: #333;
	float: left;
}

.body-article ul li a.title:hover {
	text-decoration: none;
	color: #cc0001;
}

.body-article ul li span.author {
	width: 125px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-right: 20px;
	font-size: 12px;
	float: right;
	color: #1291be;
}

.body-article ul li span.author a {
	font-size: 12px;
	color: #1291be;
}

/*bbs*/
.box-bbs {
	padding-top: 10px;
}

.box-bbs dd {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ededed;
}

.box-bbs .bbs-info {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	margin: 0 10px;
	color: #666;
}

.box-bbs .bbs-info .author {
	color: #00afc0;
}

.box-bbs .bbs-info .title a {
	margin: 0 5px;
	color: #00afc0;
}

.box-bbs .bbs-info .title a:hover {
	color: #cc0001;
}

.box-bbs .bbs-tool {
	margin: 0 10px;
	height: 30px;
	line-height: 40px;
	font-size: 12px;
	color: #333;
	border-top: 1px dotted #dadada;
}

.box-bbs .bbs-tool a {
	margin: 0 10px;
	color: #00afc0;
}

.box-bbs .bbs-tool a:hover {
	color: #0098a7;
	text-decoration: none;
}

.box-bbs .bbs-tool a span {
	color: #666666;
}

.box-bbs .bbs-tool .l {
	float: left;
}

.box-bbs .bbs-tool .r {
	float: right;
}

.box-bbs .bbs-tool .date {
	/*margin-right:50px;*/
	color: #999;
}

.box-bbs .bbs-tool .ip {
	margin-right: 50px;
	color: #999;
}

.box-bbs .bbs-tool .reply-but i {
	width: 25px;
	height: 20px;
	vertical-align: middle;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -30px -225px;
	display: inline-block;
}

.box-bbs .bbs-tool .reply-but:hover i {
	background-position: -30px -245px;
}

.box-bbs .bbs-tool .reply-but b {
	font-weight: normal;
	margin-left: 5px;
}

.box-bbs .bbs-content {
	/*font-size:13px;*/
}

.box-bbs .bbs-content p {
	margin: 0;
}

.box-bbs .bbs-content .stzoom {
	float: left;
	margin: 0 20px 10px 20px;
	cursor: pointer;
	outline: 1px solid #aaa;
	padding: 5px;
}

#stzoomsrc {
	display: none;
	position: absolute;
	background-color: #ededed;
	border: 1px solid #aaa;
	border-radius: 10px;
}

#stzoomsrc img {
	margin: 10px;
	max-width: 800px;
	min-width: 500px;
}

/*comment*/
.box-comment {
	padding-top: 10px;
}

.box-comment .box-txt {
	padding: 5px 10px;
	border: 1px solid #ececec;
}

.box-comment .box-txt textarea {
	width: 100%;
	height: 150px;
	line-height: 25px;
	border: 0 solid #fff;
}

.box-comment .box-but {
	height: 39px;
	line-height: 40px;
	background-color: #f5f5f5;
	border: 1px solid #ececec;
	border-top: 0 solid #f5f5f5;
}

.box-comment .box-but .but-file {
	width: 120px;
	height: 30px;
	margin-top: 5px;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #f5f5f5;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -140px -136px;
	float: left;
}

.box-comment .box-but .file-selected {
	background-position: -140px -180px;
}

.box-comment .box-but .but-file:hover {
	border: 1px solid #00afc0;
}

.box-comment .box-but .but-file span {
	position: absolute;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #00afc0;
	text-align: center;
	text-indent: 50px;
	display: inline-block;
}

.box-comment .box-but .but-file .file {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 120px;
	height: 30px;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.box-comment .box-but .but-submit {
	position: relative;
	float: right;
}

.box-comment .box-but .but-submit a {
	width: 120px;
	height: 40px;
	position: absolute;
	left: -120px;
	top: -1px;
	display: inline-block;
	background-color: #00afc0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #fff;
	float: right;
}

.box-comment .box-but .but-submit a:hover {
	background-color: #0098a7;
}

.box-comment .box-login {
	margin-top: 10px;
	height: 25px;
	line-height: 25px;
	color: #999;
}

.box-comment .box-login a {
	margin: 0 10px;
}

/*bbs-reply*/
.reply-box {
	width: 860px;
	margin: 10px 10px 10px 50px;
}

.bbs-reply {
	background-color: #fcfcfc;
	border: 1px solid #f3f3f3;
}

.bbs-reply .reply-content {
	color: #666;
	font-size: 12px;
}

.bbs-reply .author {
	color: #00afc0;
}

.bbs-reply .date {
	color: #999;
}

.bbs-reply .reply-info {
	text-align: right;
}

.bbs-reply ul {
	margin: 10px;
}

.box-con .bbs-reply ul li {
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	text-indent: 0;
}


/*reply-form*/
.reply-form {
	text-indent: 0;
	margin: 10px 0;
	/*margin-left: 150px;*/
}

.reply-form .reply-input {
	/*width:700px;*/
	height: 37px;
	overflow: hidden;
}

.reply-form .reply-input .l {
	float: left;
	/*width:614px;*/
	width: 775px;
	height: 35px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ddd;
}

.reply-form .reply-input .r {
	float: left;
	width: 80px;
	height: 37px;
	text-align: center;
	background-color: #00afc0;
}

.reply-form .reply-input .c {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 95%;
	height: 24px;
	line-height: 24px;
	margin: 5px;
	overflow: hidden;
}

.reply-form .reply-input .s {
	border: none;
	background-color: #00afc0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 95%;
	height: 37px;
	line-height: 37px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.reply-form .reply-input:hover .l {
	border: 1px solid #0098a7;
}

.reply-form .reply-input:hover .r {
	background-color: #0098a7;
}

.reply-form .reply-input:hover .s {
	color: #fff;
	background-color: #0098a7;
}



/*qhlb-box*/
.qhlb-box {}

.qhlb-box .box-tips {
	/*display: block;*/
}

.qhlb-box .box-item .l {
	width: 100px;
	text-align: right;
	font-size: 12px;
	font-family: "Microsoft Yahei";
	font-weight: 700;
}

.qhlb-box .box-item .r {
	width: 750px;
}

.qhlb-box .box-item ul li a {
	color: #00afc0;
}

.qhlb-box .box-item ul li a:hover {
	color: #c41921;
}


/*qkwz*/
.qkwz-box {
	/*padding: 20px;
    border: 1px solid #f3f3f3;*/
}

.qkwz-box .box-item {
	/*padding: 0 20px;*/
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #333;
}

.qkwz-box .box-item dl dt {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f3f3f3;
}

.qkwz-box .box-item dl dd {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.qkwz-box .box-item dl dd:last-of-type {
	border-bottom: none;
}

.qkwz-box .box-item .keyword {
	color: #999;
	height: 60px;
	line-height: 31px;
}

.qkwz-box .box-item .keyword a {
	margin: 0 3px;
	color: #666;
}

.qkwz-box .box-item .keyword a.red {
	color: #ff0000;
}

.qkwz-box .box-item .keyword a:hover {
	color: #006cb2;
}

.qkwz-box .box-item dd span a {
	color: #666;
}

.qkwz-box .box-item dd span a:hover {
	color: #006cb2;
}

.qkwz-box .box-item .name {
	width: 750px;
	/*float: left;*/
}

.qkwz-box .box-item .bt {
	font-size: 16px;
}

.qkwz-box .box-item .kw {
	height: auto;
	font-size: 12px;
	line-height: normal;
	margin-left: 10px;
	padding: 2px 8px;
	border: 1px solid #999;
	border-radius: 15px;
	display: inline-block;
	color: #999;
}

.qkwz-box .box-item a.kw:hover {
	text-decoration: none;
	background-color: #006cb2;
	border-color: #006cb2;
	color: #fff;
}

.qkwz-box .box-item .qikan {
	width: 120px;
	text-align: center;
	float: right;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.qkwz-box .box-item .page {
	font-size: 12px;
	color: #999;
	text-align: center;
	float: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.qkwz-box .box-item .issue {
	width: 120px;
	text-align: center;
	float: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.qkwz-box .box-item .date {
	width: 120px;
	text-align: center;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.qkwz-box .box-item dd .name {
	width: 600px;
	height: 60px;
	line-height: 31px;
	padding: 15px 0 5px 60px;
	overflow: hidden;
	float: left;
}

.fanwen-qkwz .box-item dd .name {
	width: auto;
	height: 90px;
}

.qkwz-box .box-item dd .name span {
	height: 30px;
	font-size: 13px;
	color: #999;
}

.qkwz-box .box-item dd a {
	height: 30px;
	color: #00afc0;
}

.qkwz-box .box-item dd a:hover {
	color: #0098a7;
}

.qkwz-box .box-item dl dd.column {
	background-image: none;
	border-bottom: 0 solid #fff;
	height: 86px;
	line-height: 86px;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	font-weight: 700;
	color: #333;
}

.qkwz-box .box-item dl dd:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.qkwz-box .box-item dl dd .clear {
	display: block;
}

.qkwz-box .box-item dl dd p.abstract {
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	color: #999;
}

.qkwz-info-box .box-title {
	line-height: 50px;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #666;
	padding-left: 30px;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -180px -65px;
}

.qkwz-info-box .box-info {
	line-height: 25px;
}

.qkwz-info-box .box-info a {
	color: #006cb2;
	margin: 0 10px;
}

.qkwz-info-box .box-info a:hover {
	color: #c41921;
}

.qkwz-info-box .box-info span {
	color: #999;
	margin: 0 10px;
}

.qkwz-info-box .box-item {
	font-size: 14px;
	margin-top: 10px;
	line-height: 25px;
}

.qkwz-info-box .box-item .title {
	width: 100px;
	text-align: center;
	color: #666;
	font-weight: bold;
	float: left;
}

.dswz-info-box .box-item>p {
	width: 95%;
}

.dswz-info-box .box-item .title {
	width: auto;
	margin-right: 10px;
}

.qkwz-info-box .box-item .con {
	width: 800px;
	float: left;
}

.qkwz-info-box .box-item .con p {
	color: #333;

}

.qkwz-info-box .box-item .con ul li {
	float: left;
	color: #999;
	margin-right: 10px;
}

.qkwz-info-box .box-item .con a {
	color: #00afc0;
}

.qkwz-info-box .box-item .con a:hover {
	color: #0098a7;
}

.qkwz-info-box .box-page {
	margin: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	position: relative;
	z-index: 100;
}

.qkwz-info-box .box-page .page-bar {
	height: 54px;
	line-height: 54px;
	padding-left: 60px;
	font-size: 14px;
	color: #666;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -160px -62px;
}

.qkwz-info-box .box-page .page-bar a {
	color: #006cb2;
}

.qkwz-info-box .box-page .page-bar a:hover {
	color: #c41921;
}

.qkwz-info-box .box-page .page-bar span {
	color: #999;
	margin: 0 10px;
}

.qkwz-info-box .box-page .page-bar .page-but {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 19px;
	height: 19px;
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #fff;
	background-image: url(base/preview.png);
	background-repeat: no-repeat;
	background-position: -42px -72px;
	cursor: pointer;
}

.qkwz-info-box .full-page {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.qkwz-info-box .full-page .page-bar .page-but {
	background-position: -42px -97px;
}

.qkwz-info-box .box-page .page-item {
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
}

.qkwz-info-box .box-page .page-item .con {
	width: 90%;
	border: 1px solid #999;
	margin: 0 auto 30px auto;
}

.qkwz-info-box .box-page .page-item .con img {
	width: 100%;
}

.qkwz-info-box .box-page .page-item .ad {
	width: 90%;
	border: 1px solid #999;
	margin: 0 auto 30px auto;
}

.qkwz-info-box .box-page .page-item .ad img {
	width: 100%;
}

.qkwz-info-box .box-page .page-item .ad ul {
	padding: 10px 20px;
}

.qkwz-info-box .box-page .page-item .ad ul li {
	height: 25px;
	line-height: 25px;
	width: 30%;
	margin-right: 3%;
	text-align: left;
	float: left;
	overflow: hidden;
}

.qkwz-info-box .box-page .page-item .ad ul li a {
	color: #006cb2;
}

.qkwz-info-box .box-page .page-item .ad ul li a:hover {
	color: #c41921;
}

/*pn*/
.pn-box {
	margin: 50px 0;
	text-align: center;
}

.pn-box a {
	margin: 0 30px;
	border: 1px solid #666;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #666;
	padding: 5px 30px;
}

.pn-box a:hover {
	text-decoration: none;
	border: 1px solid #00afc0;
	color: #00afc0;
}

/*article*/
.list-box .box-article {
	padding: 10px 10px;
	border-top: 1px dotted #ececec;
}

.list-box .box-article .item-title {
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 18px;
	color: #005aa0;
	margin-bottom: 10px;
}

.list-box .box-article .item-title a {
	padding: 0 5px;
	color: #005aa0;
}

.list-box .box-article .item-title a:hover {
	background-color: #005aa0;
	color: #fff;
	text-decoration: none;
}

.list-box .box-article .item-content {
	margin-top: 10px;
	line-height: 25px;
	text-indent: 2em;
	font-size: 12px;
	color: #999;
}

.list-box .box-article .item-content a.more {
	color: #005aa0;
}

.list-box .box-article .item-content a.more:hover {
	color: #c41921;
	text-decoration: none;
}

.list-box .box-article .item-info {
	height: 30px;
	line-height: 30px;
	color: #666;
}

.list-box .box-article .item-info .info-date {
	float: left;
	color: #ddd;
}

.list-box .box-article .item-info .info-author {
	float: right;
	color: #ddd;
}

.content-box {}

.content-box .box-title {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 30px;
	line-height: 30px;
	font-family: "Microsoft YaHei";
	font-size: 26px;
	color: #333;
	font-weight: 700;
	text-align: center;
}

.content-box .box-info {
	padding: 5px 20px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
	border-bottom: 1px dotted #999;
	margin-left: 20px;
	margin-right: 20px;
}

.content-box .box-info span {
	margin-right: 25px;
}

.content-box .box-description {
	margin: 20px;
	padding: 20px;
	text-indent: 2em;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	background-color: #FFC;
	border: 1px dotted #CCC;
}

.content-box .box-body {
	padding: 5px 20px;
	line-height: 28px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}

.flsx-box {
	border: 1px solid #f3f3f3;
}

.flsx-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;

	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.flsx-box .box-item {
	margin: 10px 10px 10px 0;
}

.flsx-box .box-item ul {
	margin-left: 15px;
}

.flsx-box .box-item ul li {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.flsx-box .box-item ul li.expand {
	height: auto;
}

.flsx-box .box-item ul li i {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	vertical-align: middle;
}

.flsx-box .box-item ul li a {}

.flsx-box .box-item ul li a:hover {
	color: #cc0001;
	text-decoration: none;
}

.flsx-box .box-item ul li i {
	cursor: pointer;
	line-height: 25px;
	background: url(base/shop.png) no-repeat 0 0;
}

.flsx-box .box-item ul li:hover i {
	line-height: 25px;
	background-position: -22px 0;
}

.flsx-box .box-item ul li i.expand {
	cursor: pointer;
	line-height: 25px;
	background: url(base/shop.png) no-repeat -11px 0;
}

.flsx-box .box-item ul li:hover i.expand {
	line-height: 25px;
	background-position: -33px 0
}

.body-about-body {
	margin: 20px 20px;
}

.body-about-body .bar {
	height: 35px;
	line-height: 35px;
	font-family: "Microsoft Yahei", Tahoma, Helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	padding-left: 20px;
	color: #005aa0;
	border-bottom: 2px solid #005aa0;
}

.body-about-body .content {
	margin: 20px 10px;
	line-height: 200%;
	padding-bottom: 30px;
}

.body-about-body .content p {
	margin: 5px 0;
}

.body-about-body .content img {
	line-height: none;
}

.box-tag {
	background-color: #fff;
	padding: 20px;
}

.box-tag li {
	width: 140px;
	height: 30px;
	line-height: 30px;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.box-tag li a {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	display: inline-block;
}

.box-tag li a span {
	color: #999;
}

.box-tag li a:hover {
	background-color: #00afc0;
	color: #fff;
	text-decoration: none;
}

.box-tag li a:hover span {
	color: #fff;
}

.w210 {
	width: 210px;
}

.w770 {
	width: 770px;
}

.w780 {
	width: 780px;
}

/*co*/
.co-box {}

.co-box .box-bar {
	margin: 5px;
	height: 35px;
	line-height: 35px;
	font-family: "Microsoft Yahei", Tahoma, Helvetica, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dotted #ddd;
}

.co-box ul {
	margin: 20px 10px;
	letter-spacing: 0px;
}

.co-box ul li {
	line-height: 25px;
}

.co-box .img {
	margin: 20px 10px;
}

.co-box .img img {
	width: 188px;
	margin-bottom: 20px;
}

.search-main {
	padding: 100px 0 150px 0;
	border: 1px solid #ececec;
}

.search-main .box-search {
	margin-left: 350px;
}




/*******************/

.input-text {
	outline: medium;
	padding: 1px 5px;
	border: 1px solid #ccc;
	height: 26px;
	line-height: 26px;
	color: #333;
	font-family: arial;
	font-size: 14px;
	vertical-align: middle;
}

.input-text:focus {
	padding: 0px 4px;
	border: 2px solid #b00000;
}

.input-text[type=checkbox]:focus,
.input-text[type=radio]:focus {
	padding: 0px 5px;
	border: 1px solid #ccc;
}

select.input-text {
	padding: 1px 0 1px 5px;
}

select.input-text:focus {
	padding: 0 0 0 3px;
	border: 2px solid #b00000;
}

.input-text-small {
	width: 120px;
}

.input-text-big {
	width: 361px;
}

.validate-error {
	border: 2px solid #b00000;
	height: 24px;
	line-height: 24px;
}

.input-but {
	outline: medium;
	padding: 12px 22px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	background-color: #c41921;
	color: #fff;
	font-family: arial;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
}

.input-but:hover {
	text-decoration: none;
	background-color: #a6050d;
	color: #fff;
}

.input-but-cancel {
	background-color: #a2a2a2;
	color: #333;
}

.input-but-cancel:hover {
	text-decoration: none;
	background-color: #969696;
	color: #333;
}

.input-but-small {
	padding: 8px 14px;
}

.input-but-gary {
	background-color: #999;
	color: #333;
}

.input-but-gary:hover {
	background-color: #a2a2a2;
}



.table-list table {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border: none;
}

.table-list table thead tr {
	height: 30px;
	text-align: center;
	background-color: #f1f1f1;
}

.table-list table thead th {
	border: 1px solid #ececec;
	color: #333;
}

.table-list table tfoot {
	border: 1px solid #ececec;
}

.table-list table tfoot tr {
	line-height: 45px;
	background-color: #f1f1f1;
}

.table-list table tfoot td {
	padding: 2px 20px;
	text-align: right;
}

.table-list table tbody {
	border: 1px solid #ececec;
}

.table-list table tbody tr {
	border-bottom: 1px dashed #ececec;
}

.table-list table tbody tr:hover {
	background-color: #f6f6f6;
}

.table-list table tbody td {
	padding: 2px 5px;
	line-height: 25px;
}

table.nolrboder thead th,
table.nolrboder tbody,
table.nolrboder tfoot {
	border-left: 0 none;
	border-right: 0 none;
}
.nolrboder tbody td{
	text-align: center;
}
table.nolboder thead th,
table.nolboder tbody,
table.nolboder tfoot {
	border-right: 0 none;
}

table.norboder thead th,
table.norboder tbody,
table.norboder tfoot {
	border-left: 0 none;
}

/*========================*/

.goods_nums {
	padding-top: 10px;
}

.goods_nums a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
}

.goods_nums a:hover {
	border: 1px solid #666;
}

.goods_nums input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	overflow: hidden;
	outline: medium;
}

.goods_nums span {
	margin: 0 10px;
	font-size: 14px;
	color: #666;
}

.shop_buy_but a {
	background-color: #ffeded;
	border: 1px solid #c40000;
	color: #c40000;
}

.shop_buy_but a:hover,
.shop_buy_but a.over {
	background-color: #c40000;
	border: 1px solid #c40000;
	color: #fff;
}



.my_cart_box {
	height: 107px;
	background: #fff url(../image/mycart.gif) no-repeat 14px 29px;
}

.order_step {
	margin: 37px 20px 0px 0px;
	width: 702px;
	height: 32px;
	line-height: 32px;
	float: right;
}

.order_step li {
	background: url(../image/mycart.gif) no-repeat right -82px #ffe8d7;
	padding: 0px 29px 0px 0px;
	width: 188px;
	height: 32px;
	color: #ccc;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
}

.order_step li.current {
	background-position: right -82px;
	color: #fff;
	background-color: #ed6807;
}

.order_step li.current_prev {
	background-position: right -114px;
	color: #fff;
	background-color: #ed6807;
}

.order_step li.last {
	background-position: right -210px;
}

.order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.order_step li span {
	display: block;
}

.order_step li .first {
	background: url(../image/mycart.gif) no-repeat 0px -146px;
}

.order_step li.current .first {
	background-position: 0px -178px;
}

.order_step li.current_prev .first {
	background-position: 0px -178px;
}

.cart_message {
	margin: 10px 0;
	padding: 22px 0 25px 0;
	background-color: #fff;
}

.cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.cart_message .cart_message_but {
	margin: 30px auto;
	text-align: center;
}

.cart_message_con {
	margin: 20px auto;
	width: 650px;
	line-height: 35px;
	text-align: left;
}

.cart_error .cart_message_info {
	color: red;
}

/*cart index*/
.goods_list .cart_img {
	text-align: center;
}

.goods_list .cart_img img {
	width: 75px;
	height: 100px;
	margin: 5px auto;
}

.goods_list .cart_title {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.goods_list .cart_spec {
	line-height: 20px;
	font-size: 12px;
}

.goods_list .cart_spec span {
	color: #666;
	margin-right: 5px;
}

.goods_list .cart_price {
	font-size: 14px;
	color: red;
}

.goods_list .cart_price i {
	font-style: normal;
	margin-right: 5px;
}


.goods_list .cart_info {
	margin: 15px 0;
	font-size: 14px;
}

.goods_list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}

.goods_list .cart_total i {
	font-size: 16px;
	font-style: normal;
	margin: 0 10px;
}


.goods_list .cart_info {
	margin: 15px 0;
	font-size: 14px;
}

.goods_list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 24px;
	font-weight: bold;
	color: red;
}

.goods_list .cart_total i {
	font-size: 16px;
	font-style: normal;
	margin: 0 10px;
}


.goods_list .cart_but {
	margin: 25px 0;
}

/*cart order*/
.order_info {
	text-align: left;
	line-height: 30px;
	margin: 10px 0;
}

.order_info .order_info_bar {
	padding: 2px 20px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.calc_info .order_info_bar {
	border-bottom: 1px solid #f40;
}

.order_address ul li {
	margin: 5px 0;
}

.order_address ul li label {
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}

.order_address ul li label.over {
	padding: 7px 15px;
	border: 2px solid #f40;
}

.order_address ul li span {
	color: #999;
	padding: 0 5px;
}

.order_address ul li a {
	margin-left: 20px;
}

.order_express ul li {
	margin: 5px 10px 5px 0;
	float: left;
}

.order_express ul li label {
	padding: 8px 16px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dadada;
}

.order_express ul li label.over {
	padding: 7px 15px;
	border: 2px solid #f40;
}

.order_express ul li span {
	color: #999;
	padding: 0 5px;
}

.invoice_info {
	float: left;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}


ul.payment_list li {
	width: 135px;
	height: 90px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}

ul.payment_list li.over,
ul.payment_list li:hover {
	border: 2px solid #f40;
}

ul.payment_list li.over p,
ul.payment_list li:hover p {
	background-color: #f40;
	color: #fff;
}

ul.payment_list li img {
	width: 135px;
	height: 70px;
}

ul.payment_list li p {
	height: 20px;
	line-height: 20px;
	background-color: #e2e2e2;
	text-align: center;
	overflow: hidden;
}


.form {
	margin: 10px 20px;
}

.form form ul li {
	line-height: 1.5;
}

.form form ul li label {
	display: block;
	color: #999;
	margin-top: 10px;
}

.form form ul li input {
	padding: 4px;
	font-size: 16px;
}

.form form ul li input:focus {
	padding: 3px;
}

.form .ajaxinfo {
	visibility: hidden;
	padding: 5px 20px;
	margin: 20px auto;
	line-height: 28px;
	color: #f40;
	border: 1px dotted #b9996b;
}

.sitemap-title {
	height: 50px;
	line-height: 50px;
	background-color: #f4fbff;
	text-align: center;
	border: 1px solid #ececec;
	margin: 30px 0;
}

.sitemap-title span {
	font-family: "Microsoft Yahei";
	font-size: 18px;
	font-weight: 700px;
	color: #007090;
}

.sitemap-box {
	margin: 10px 0;
	border: 1px solid #ececec;
}

.sitemap-box .box-bar {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #fafafa;
	font-family: "Microsoft Yahei";
	font-size: 16px;
	font-weight: 700px;
	color: #007090;
	margin-bottom: 10px;
}

.sitemap-box .box-bar a {
	margin-left: 20px;
	color: #007090;
}

.sitemap-box .box-bar a:hover {
	color: #ff6600;
	text-decoration: none;
}

.sitemap-box .box-con {
	padding: 0 10px;
	margin-bottom: 10px;
}

.sitemap-box .box-con a {
	padding: 4px 5px;
	color: #333;
}

.sitemap-box .box-con a:hover {
	color: #fff;
	background-color: #007090;
	text-decoration: none;
}

.sitemap-box .box-con .l {
	width: 150px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #007090;
}

.sitemap-box .box-con .l a {
	color: #00afc0;
}

.sitemap-box .box-con .l a:hover {
	color: #fff;
}

.sitemap-box .box-con .r {
	width: 1000px;
}

.sitemap-box .box-con ul li {
	height: 25px;
	line-height: 25px;
	float: left;
	width: 150px;
	overflow: hidden;
	margin-right: 5px;
}

.sitemap-box .box-con ul.pl30 {
	padding-left: 30px;
}

.sitemap-box .box-con ul.w60 li {
	width: 60px;
}

.info-box .box-qkjb {
	padding: 3px 0;
}

.info-box .box-qkjb a {
	padding-left: 28px;
	color: #cc0001;
	/*font-family: "Microsoft Yahei";*/
	font-size: 16px;
	font-weight: 700;
	background-image: url(base/qkjb.png);
	background-repeat: no-repeat;
}

/*zlhb-box*/
.zlhb-box {
	background-color: #f5f5f5;
	overflow: hidden;
}

.zlhb-box .box-bar {
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.zlhb-box .box-bar a {
	color: #35a;
	margin: 0 5px;
}

.zlhb-box .box-bar a:hover {
	color: #c30;
	text-decoration: none;
}

.zlhb-box .box-bar span {
	margin-left: 20px;
}

.zlhb-box .box-con {
	width: 1205px;
	height: 170px;
	overflow: hidden;
	border-top: 1px solid #fff;
	position: relative;
}

.zlhb-box .box-con .item {
	height: 170px;
	margin-left: -1px;
	margin-right: -2px;
	position: absolute;
}

.zlhb-box .box-con dl {
	width: 209px;
	padding-left: 30px;
	padding-top: 10px;
	margin-top: 5px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #fff;
	float: left;
}

.zlhb-box .box-con dl dd {
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.zlhb-box .box-con dl dd a {
	padding: 2px 5px;
	margin-right: 10px;
	overflow: hidden;
	color: #773b09;
}

.zlhb-box .box-con dl dd a:hover {
	text-decoration: none;
	background-color: #c41921;
	color: #fff;
}

.zlhb-box .box-con dl dt {
	width: 170px;
	height: 40px;
	margin-top: 20px;
}

.zlhb-box .box-con dl dt img {
	width: 170px;
	height: 40px;
}

/*col-contact*/
.col-contact {
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #333;
}

.col-contact .tc {
	width: 140px;
}

.col-contact p {
	margin: 0 0 5px;
	font-size: 12px;
}

.col-contact .phone {
	margin: 0 0 10px;
	line-height: 1;
	color: #333;
}

.col-contact .btn {
	display: inline-block;
	*zoom: 1;
	*display: inline:;
	width: 158px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 1px solid #b0b0b0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.col-contact .btn-small {
	width: 118px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
}

.col-contact .btn-line-primary {
	border-color: #ff0900;
	background: #fff;
	color: #ff0900;
}

.col-contact .btn-line-primary:hover {
	color: #fff;
	background-color: #ff0900;
	border-color: #ff0900;
	text-decoration: none;
}




/*列表折叠*/
.qkwz-box .box-item dl.hauto {
	height: auto;
	max-height: auto;
	overflow: hidden;
}

.qkwz-box .box-item dl.hfix {
	max-height: 860px;
	overflow: hidden;
}

.fileW {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	/* 30px;*/
	text-align: center;
}

.clearfix {
	*zoom: 1:;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.car-detail .d-file {
	border-radius: 6px;
	margin-bottom: 20px;
	+padding-bottom: 40px:;
	background: #fff;
}

.car-detail a:hover {
	text-decoration: none;
}

.car-detail {
	margin: 0 auto 20px;
}

.filebtn {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	margin: 20px auto 0;
	+margin-bottom: 20px:;
	text-align: center;
	font: normal 14px/40px "Microsoft YaHei";
	color: #333;
}

.filebtn b {
	position: absolute;
	top: 35px;
	left: 20px;
	height: 40px;
	width: 50px;
	background: url(base/search_ico.png) no-repeat -99999em 0;
	background-position: 6px -570px;
}

.fileW .expand b {
	background-position: 6px -635px
}



/*search*/

.search-box {
	border: 1px solid #f3f3f3;
	margin-bottom: 10px;
}

.search-box .box-bar {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #fafafa;
	color: #333;
}

.search-box .box-item {
	margin: 10px;
}

.search-box .box-item ul li {
	text-align: center;
	height: 28px;
	line-height: 28px;
	background-position: 0 12px;
	background-repeat: no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.search-box .box-item ul li.split {
	height: 0px;
	border-bottom: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.search-box .box-item ul li a {
	color: #333;
	padding: 0 10px;
	display: block;
	text-decoration: none;
}

.search-box .box-item ul li a.action {
	color: #cc0001;
	font-weight: bold;
	background-color: #ececec;
}

.search-box .box-item ul li a:hover {
	color: #cc0001;
	background-color: #f5f5f5;
}

.list-box .box-item .item-content {
	line-height: 25px;
	text-indent: 2em;
	font-size: 12px;
	color: #999;
}

.list-box .box-item .item-info a {
	font-size: 14px;
	color: #00afc0;
	margin-right: 10px;
}

.list-box .item-title span {
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
	color: #666;
}

.list-box .box-item .item-info span {
	padding-right: 10px;
}

.list-box .box-tab .info {
	font-size: 12px;
	color: #333;
	margin-left: 5px;
	padding-right: 20px;
	text-align: left;
}

.list-box .box-item .item-lc {
	width: 850px;
}

.list-box .box-item .item-lc .item-param li.nofloat {
	width: 840px;
}

.list-box .box-tab .c li.nosort a {
	padding: 0 15px 0 15px;
}

.list-box .shop .item-param li.info {
	height: auto;
	max-height: 50px;
}

.cart_box {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 80px;
	height: 105px;
	background-image: url(base/cart2.png);
	font-size: 12px;
	text-align: center;
}

.cart_box .cart_text {
	margin: 0 1px 55px 1px;
	height: 20px;
	line-height: 20px;
	color: #eaeaea;
}

.cart_box .cart_nums {
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.cart_box .cart_but {
	font-family: "Microsoft YaHei";
	height: 30px;
	line-height: 30px;
}

.cart_box .cart_but a {
	font-size: 14px;
	color: #f4ea3d;
	text-decoration: none;
}


.qk-buy {
	margin: 10px 20px 0 20px;
}

.qk-buy ul li {
	height: 34px;
	line-height: 34px;
	color: #333;
	font-size: 14px;
}

.qk-buy ul li span {
	margin-left: 10px;
}

.qk-buy ul li span.price {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.qk-buy .zxdg {
	width: 95px;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
	border-radius: 12px;
	display: inline-block;
	font-size: 12px;
	color: #00afc0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00afc0;
}

.qk-buy .zxdg i {
	width: 16px;
	height: 16px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 3px;
	background-image: url(base/down.png);
	background-position: -63px -3px;
	background-repeat: no-repeat;
}

.qk-buy .zxdg:hover,
.qk-buy .zxdg.active {
	color: #fff;
	background-color: #00afc0;
}

.qk-buy .zxdg:hover i,
.qk-buy .zxdg.active i {
	background-position: -63px -23px;
}

.qk-buy .box-nums {
	width: 250px;
	margin-left: 8px;
}

.qk-buy .box-nums a {
	width: 22px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	float: left;
	border: 1px solid #a2a2a2;
	text-decoration: none;
	text-align: center;
	margin-top: 6px;
}

.qk-buy .box-nums a:hover {
	border: 1px solid #666;
}

.qk-buy .box-nums input {
	margin-top: 6px;
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 12px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	float: left;
	overflow: hidden;
	outline: medium;
}

.qk-buy label {
	margin: 0 20px;
	padding: 0 5px;
}

.qk-buy label span {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #666 !important;
}





/**********************************/
.cart_tip_bd {
	width: 400px;
	height: 136px;
	border: 1px solid #d2d2d2;
	/*
	position: absolute;
	top:0;left:0;*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -68px;
	margin-left: -200px;
	z-index: 9999;
	background: #fff;
}

.cart_tip_bd .head {
	height: 28px;
}

.cart_tip_bd .head .close-btn {
	float: right;
}

.cart_tip_bd .mac-success-txt {
	height: 30px;
	line-height: 32px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}

.cart_tip_bd .mac-success-txt em {
	background-position: -80px -144px;
	background-image: url(../image/ibar_sprites.png);
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: middle;
	margin-right: 3px;
}

.cart_tip_bd .module-cart-box p {
	text-align: center;
}

.cart_tip_bd .mac-go-cart {
	background-color: #00afc0;
	margin-top: 13px;
	background-position: -84px -146px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	width: 145px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.cart_tip_bd .close-btn {
	background-image: url(../image/ibar_sprites.png);
	background-position: -55px -138px;
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
	width: 12px;
	height: 12px;
	float: right;
	width: 23px;
	height: 23px;
	font: 0/0 a;
	margin-top: 5px;
}

.cart_tip_bd .close-txt {
	margin-left: 20px;
	color: #333;
	text-decoration: underline;
	font-size: 13px;
}

.cart_tip_bd .mac-go-cart:hover {
	text-decoration: none;
}






.login_info_box {
	width: 100%;
	color: #999;
	text-align: center;
	padding: 20px 0;
}

.login_info_box p {
	margin: 0 auto;
	font-size: 14px;
}

.login_info_box a {
	display: inline-block;
	background-color: #f60;
	width: 46px;
	height: 16px;
	line-height: 17px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	margin: 0 4px;
}



.table-list table tbody tr {
	border-bottom: 0 dashed #ececec;
}

.table-list table tfoot tr {
	background-color: #f5f5f5;
}

.table-list table thead tr {
	background-color: #f5f5f5;
}

.table-list table thead th {
	border: 1px solid #f5f5f5;
}

.table-list table tbody tr:hover {
	background-color: #fafafa;
}

.order_info .order_info_bar {
	padding: 2px 0;
	border-bottom: 0 solid #dadada;
	font-size: 16px;
}

.letter-outer {
	margin: 20px 5px;
}

.letter-box {
	border: 2px dashed #8eb9f5;
}

.letter-con {
	padding: 30px 20px;
	background-color: #fff;
}

.letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.letter-con li span {
	color: #999;
}

.letter-con li b {
	font-size: 16px;
}

.letter-con li a {
	padding: 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #5590d6;
	border-radius: 5px;
	text-decoration: none;
}

.cart_message_con {
	width: 800px;
}

ul.payment_list li {
	width: 160px;
	height: 88px;
	margin: 5px;
	border: 2px solid #dadada;
	cursor: pointer;
	float: left;
}

ul.payment_list li img {
	width: 160px;
	height: 68px;
}



.reg-tab ul li {
	width: 150px;
}

.input-text {
	color: #333;
}


.f14 {
	font-size: 14px;
	line-height: 1.8;
}

.f16 {
	font-size: 16px;
	line-height: 1.8;
}

.f20 {
	font-size: 20px;
}

.list-box .fanwen .item-c {
	width: 850px;
}

.list-box .fanwen .item-c .item-param li.nofloat {
	width: 850px;
}

.item-keyword {
	margin: 10px 0;
}

.item-keyword li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.item-keyword li a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.item-keyword li a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}


.fanwen .box-item ul li {
	height: auto;
	white-space: inherit;
}


.fanwen-box {
	padding: 20px;
	font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "宋体";
}

.fanwen-box .box-title {
	padding: 10px 0;
	line-height: 30px;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #333;
}

.fanwen-box .box-info {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}

.fanwen-box .box-info span {
	margin-right: 5px;
}

.fanwen-box .box-info .authors {
	color: #00aad1;
}

.fanwen-box .box-keywords {
	margin: 10px 0;
}

.fanwen-box .box-keywords li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.fanwen-box .box-keywords li a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.fanwen-box .box-keywords li a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.fanwen-box .box-abstract {
	margin: 20px 0;
	padding: 20px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	background-color: #f9f9f9;
}

.fanwen-box .box-body {
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}

.fanwen-box .box-body p {
	margin: 20px 0;
}

.fanwen-box .box-body .article-sub-title {
	/*line-height: 32px;
	font-size: 24px;
	font-weight: normal;
	color: #333;
	text-align: center;*/
}


.fanwenph {
	border: none;
}

.fanwenph .box-item {
	margin: 0;
}

.fanwenph .box-item ul li a {
	width: 200px;
}

.fanwenlist .box-article .item-content {
	text-indent: inherit;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.fanwenlist .box-article .item-info {
	height: 20px;
	line-height: 20px;
}

.fanwenlist .box-article .item-info span {
	color: #666;
}


.fanwen-show {
	margin-right: 30px;
}

.fanwen-title {
	height: 100px;
}

.fanwen-title h2 {
	font-family: "Microsoft Yahei";
	font-size: 38px;
	font-weight: 700;
	line-height: 100px;
	float: left;
}

.fanwen-title .bt {
	margin-left: 30px;
	margin-top: 55px;
	color: #00afc0;
	float: left;
	display: inline-block;
}

.fanwen-title .bt:hover {
	color: #0098a7;
}

.fanwen-title .but {
	width: 90px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #00afc0;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00afc0;
	border-radius: 5px;
	text-align: left;
	float: right;
	margin-top: 55px;
}

.fanwen-title .but i {
	width: 20px;
	height: 20px;
	margin: 3px;
	overflow: hidden;
	display: inline-block;
	background-image: url(base/down.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.fanwen-title .but:hover,
.fanwen-title .action {
	color: #fff;
	background-color: #00afc0;
}

.fanwen-title .but:hover i.img3,
.fanwen-title .action i.img3 {
	background-position: -40px -20px;
}



.fanwen-description {
	font-size: 14px;
	line-height: 2;
	color: #999;
	padding: 10px 0;
}

.fanwen-class-kw {
	margin: 10px 0;
	padding: 10px 0;
	background-color: #efefef;
}

.fanwen-class-kw .box-item {
	font-size: 14px;
	margin-top: 0;
}

.fanwen-class-kw .box-item .title {
	width: auto;
	margin: 0 20px;
	font-weight: normal;
}

.fanwen-body {
	line-height: 32px;
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 16px;
	text-align: left;
}

.fanwen-body p {
	margin: 30px 0;
}

.fanwen-body .article-sub-title {
	font-size: 18px;
}

.fanwen-work .item-con {
	width: 160px;
	float: right;
}

.fanwen-work .item-con h2 {
	font-size: 12px;
	font-weight: 700;
}

.fanwen-work i {
	width: 22px;
	height: 22px;
	margin-left: 30px;
	background-image: url(base/work2.png);
}

.fanwen-work i.img1,
.fanwen-work ul li:hover i.img1 {
	background-position: 0 0;
}

.fanwen-work i.img4,
.fanwen-work ul li:hover i.img4 {
	background-position: -27px 0;
}

.fanwen-work i.img2,
.fanwen-work ul li:hover i.img2 {
	background-position: -58px 0;
}




/*头部股票代码样式*/
.zk-gupiao {
	font-weight: bold
}

.zk-gupiao span {
	color: #c51921;
}

.zk-gupiao:hover {
	text-decoration: none;
}

/*2019-11-1弹窗*/
.dlpop {
	width: 430px;
	height: 265px;
	text-align: center;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -132px;
	margin-left: -215px;
	z-index: 9999;
	box-shadow: 0 0 13px rgba(0, 0, 0, .22);
	opacity: 0;
}

.dlpop p {
	display: inline-block;
	margin-top: 60px;
	font-size: 18px;
	color: #999;
}

.dlpop h4 {
	margin-top: 13px;
	font-size: 28px;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
}

.dlpop a {
	display: block;
	width: 142px;
	height: 40px;
	margin: 41px auto 14px auto;
	line-height: 40px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	background-color: #00afc0;
}

.dlpop a:hover {
	text-decoration: none;
	background-color: #0098a7;
	color: #fff !important;
}

.dlpop span {
	margin-right: 23px;
	float: right;
	font-size: 14px;
	color: #b7b7b7;
	cursor: pointer;
}

/*2020-1-6*/
.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zoom,
.clear {
	clear: both;
}

.zoom {
	*zoom: 1;
}

.dldltext h5 {
	margin: 30px auto 0 auto;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.dldltext h6 {
	margin: 0 auto;
	font-size: 14px;
	color: #333;
}

.dldltext h5 span {
	margin-left: 5px;
	font-size: 14px;
	color: #777;
	font-weight: 400;
}

.dlanly {
	margin: 30px auto;
}

.dlanly table {
	margin-top: 15px;
}

.dlanly thead {
	background-color: #00a1cc;
}

.dlanly thead tr {
	height: 40px;
	line-height: 40px;
}

.dlanly thead td {
	color: #fff;
}

.dlanly td {
	font-size: 14px;
	color: #333;
}

.dlanly tbody tr {
	height: 50px;
	line-height: 50px;
}

.dlanly tbody tr:nth-child(even) {
	background-color: #f7f7f7;
}

.dlanly tbody td {
	height: 50px;
}

.dlanly tr td:nth-child(1) {
	width: 20%;
	overflow: hidden;
}

.dlanly tr td:nth-child(2) {
	width: 10%;
}

.dlanly thead td:nth-child(1) {
	width: 20%;
	text-indent: 15px;
}

.dlanly tbody td:nth-child(1) span {
	display: block;
	height: 100%;
	line-height: 50px;
	text-indent: 18px;
}

.dlanly tbody td:nth-child(2) {
	text-indent: 12px;
}

.dlanlybox thead td:nth-child(1),
.dlanlybox thead td:nth-child(1) {
	width: 520px;
}

.zoom::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.zoom,
.clear {
	clear: both;
}

.zoom {
	*zoom: 1;
}

.dl-dltime {
	margin: 35px auto;
	background-color: #eee;
}

.dl-dltime span {
	display: inline-block;
	width: 77px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #777;
	text-align: center;
	cursor: pointer;
}

.dl-dltime .active {
	font-weight: bold;
	color: #00b5ca;
	background-color: #fff;
	position: relative;
}

.dl-dltime .active:after {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	top: -3px;
	left: 0;
	background-color: #00b5ca;
}

.dl-dlnum {
	min-height: 150px;
	margin: 40px auto 35px auto;
	position: relative;
}

.dl-dlnum .dlbg {
	background-color: #9c9c9c;
	color: #fff;
}

.dl-dlnumbox {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.dl-dlnum .active {
	display: block;
}

.dl-dlnumbox>div {
	height: 50px;
	line-height: 50px;
	color: #333;
}

.dl-dlnumbox>div:nth-child(1) {
	height: 40px;
	line-height: 40px;
}

.dl-dlnumbox>div>p {
	width: 240px;
	margin: 0 9px 0 0;
	float: left;
	font-size: 14px;
	text-indent: 18px;
}

.dl-dlnumbox>div>div {
	width: 678px;
	float: left;
}

.dl-dlnumbox>div:nth-child(even)>p,
.dl-dlnumbox>div:nth-child(even)>div {
	background-color: #f7f7f7;
}

.dl-dlnum span {
	display: inline-block;
	width: 63px;
	font-size: 14px;
	text-align: center;
}

.dldline {
	margin: 35px auto 15px auto;
	border-top: 10px solid #f7f7f7;
}

.content-box .a30 {
	margin-top: 20px;
	text-indent: 0;
}

.content-box .a30 a {
	display: inline-block;
	width: 180px;
	overflow: hidden;
	font-size: 15px;
	text-decoration: none;
}

.content-box .link30 a {
	text-indent: 52px;
}

.content-box .pt20 p {
	margin: 10px 0;
}

.body-tab ul .dlrightbtn {
	float: right;
	margin: 7px 10px 0 0;
}

.body-tab ul .dlrightbtn a {
	width: auto;
	height: auto;
	padding: 3px 8px;
	margin-top: 0;
	color: #008fcc;
	border: 1px solid #008fcc;
}

.body-tab ul .dlrightbtn a:hover {
	color: #fff;
	background-color: #008fcc;
}

.content-box .dl-box-title {
	font-size: 16px;
}

.rmbq-box {
	background-color: #f9f9f9;
}

.rmbq-box .box-title {
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	font-size: 20px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
}

.rmbq-box .box-con {
	margin: 0 30px;
	padding: 22px 0;
}

.rmbq-box .box-con li {
	height: 20px;
	line-height: 20px;
	margin: 8px 8px 8px 0;
	float: left;
}

.rmbq-box .box-con li a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	overflow: hidden;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.rmbq-box .box-con li a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.paper-box .box-item {
	margin: 20px 0;
}

.paper-box .box-item li {
	margin: 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.paper-box .box-item li:last-child {
	border-bottom: none;
}

.paper-box .box-item li a {
	text-decoration: none;
}

.paper-box .box-item li .item-title {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.paper-box .box-item li .item-info {
	line-height: 35px;
	font-size: 12px;
	color: #999;
}

.paper-box .box-item li a:hover {
	color: #00afc0;
}

.paper-box .box-item li .item-info span {
	margin-right: 10px;
}

.paper-box .box-item li .item-info i {
	vertical-align: middle;
}

.paper-box .box-item li .item-abstract {
	line-height: 28px;
	font-size: 14px;
	color: #666;
}

.paper-box .box-item li .item-keyword {
	margin-top: 20px;
	line-height: 25px;
}

.paper-box .box-item li .item-keyword a {
	height: 24px;
	line-height: 24px;
	padding: 0 15px;
	margin: 0 20px 10px 0;
	display: inline-block;
	color: #666;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	text-decoration: none;
}

.paper-box .box-item li .item-keyword a:hover {
	color: #fff;
	border: 1px solid #008fcc;
	background-color: #00a1cc;
}

.favolisa ul li {
	width: 177px;
	height: 320px;
	float: left;
	margin: 0 28px 20px 0;
	position: relative;
	overflow: hidden;
}

.favolisa ul li.box-item .item-image {
	border: 1px solid #eaeaea;
	padding: 15px 0;
	margin-bottom: 5px;
	text-align: center;
}

.favolisa ul li.box-item:hover .item-image {
	border: 1px solid #00afc0;
}

.favolisa ul li.box-item .item-image a {
	width: 130px;
	height: 180px;
	display: inline-block;
	overflow: hidden;
}

.favolisa ul li.box-item .item-image a img {
	width: 130px;
	height: 180px;
}

.favolisa ul li.box-item .item-title {
	height: 35px;
	text-align: center;
	overflow: hidden;
}

.favolisa ul li.box-item .item-title a {
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #00afc0;
}

.favolisa ul li.box-item .item-title2 {
	height: 59px;
	text-align: center;
	overflow: hidden;
}

.favolisa ul li.box-item .item-title2 a {
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #00afc0;
}

.favolisa ul li.box-item .item-issue {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}

.favolisa ul li.box-item .item-info {
	height: 24px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
}

.favolisa ul li.box-item .item-info a {
	margin-right: 5px;
}

.favolisa ul li.box-item .item-icon {
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.favolisa ul li.box-item .sd {
	background-image: url(../image/sd.png);
}

.favolisa ul li.box-item .hx {
	background-image: url(../image/hx.png);
}

.favolisa ul li.box-item .rx {
	background-image: url(../image/rx.png);
}

.favolisa ul li.box-item .item-discount {
	position: absolute;
	display: none;
}

.favolisa ul li.box-item .item-price {
	line-height: 28px;
	/*color: #01af63;*/
	color: #c40000;
	font-size: 16px;
}

.favolisa ul li.box-item .item-price i {
	margin: 0 5px;
	font-style: normal;
}

.favolisa ul li.box-item .item-price s {
	margin-left: 20px;
	font-size: 14px;
	color: #999;
	font-style: normal;
}

.favolisa ul li.box-item .item-but {
	margin: 10px auto;
}

.favolisa ul li.box-item .item-but a {
	padding: 5px 10px;
	text-decoration: none;
	color: #00afc0;
	border: 1px solid #00afc0;
}

.favolisa ul li.box-item .item-but a:hover {
	color: #fff;
	background-color: #00afc0;
	border: 1px solid #00afc0;
}

.favolisa ul li.box-item .item-but a i {
	margin-right: 5px;
	vertical-align: middle;
}

.hfix {
	max-height: 2200px;
	overflow: hidden;
}

.bbs .hauto {
	height: auto !important;
}

.top-box .dlicar {
	color: #333;
	position: relative;
}

.top-box .dlicar img {
	width: 16px;
	height: auto;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.dlicar b {
	font-weight: 400;
}

.clear {
	clear: both;
}

.dlsorder {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e8e8e8;
}

.dlsorder h4 {
	margin-bottom: 14px;
	font-size: 24px;
	color: #333;
}

.dlsorder p {
	margin-bottom: 5px;
	line-height: 1.6;
	font-size: 12px;
	color: #333;
}

.dlh-copy ul li.w1 {
	width: 200px;
}

.dlh-copy ul li.w210 {
	width: 145px;
}

.dlh-copy1 ul li.w1 {
	width: 200px;
}

.dlh-copy1 ul li.w210 {
	width: 140px;
}

.zcjc-box .dnxbbq {
	width: 100%;
}

.zcjc-box .dnxbbq dl dd {
	margin: 1px 25px 10px 0;
}

.dl-menu-box .box-item li a {
	padding: 0 15px;
	margin-right: 10px;
}
.dl-menu-box .box-item li:last-of-type a{
	margin-right: 0;
}
.dl-menu-box .box-item .dldybook a {
	padding: 0 30px;
}

.dl-menu-box .box-item .consult {
	float: right;
}

.dl-menu-box .box-item .consult .dlicon {
	padding: 0 25px;
}

.dlxn-previ-box {
	height: auto;
}

.dlxn-info-box {
	min-height: 585px;
}

.dlxn-info-box .box-buy {
	margin-top: 30px;
	position: static;
}

/*2020-6-29*/
.dlxn-previ-box {}

.dlxn-previ-box .box-image .preview {
	margin-top: 30px;
}

.dlxn-previ-box .box-image {
	height: auto;
}

.dlxn-previ-box .box-image-item {
	display: none;
	margin-top: -11px;
}

.dlxn-previ-box .box-image,
.dlxn-previ-box .box-image-item {
	border-bottom: none;
}

.dlxn-previ-box .box-image-item .item-c {
	width: 292px;
	margin-left: 9px;
}

.dlxn-previ-box .box-image-item .item-c ul li {
	margin: 5px 3px 0 0;
}

.dlxn-previ-box .box-image-item .item-l,
.dlxn-previ-box .box-image-item .item-r {
	visibility: hidden;
}

.dlxn-previ-box .box-image-item .item-c ul li a:hover,
.dlxn-previ-box .box-image-item .item-c ul li.action a {
	background: none;
}

.dlxn-previ-box .box-image-item .item-c ul li a img {
	margin: 0;
}

.dlqn-box {
	width: 825px;
	padding: 25px 0 30px 0;
}

.dlqn-box h1 {
	margin-bottom: 15px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.dlqn-box h1 a {
	display: inline-block;
	height: 30px;
	margin-right: 7px;
	line-height: 30px;
	padding: 0 14px;
	border-radius: 20px;
	font-size: 14px;
	color: #21add3;
	font-weight: bold;
	background-color: #eaf5f7;
	vertical-align: middle;
}

.dlqn-box h1 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #21add3;
}

.dlqn-box>p {
	margin-bottom: 5px;
	font-size: 13px;
	color: #777;
}

.dlqn-box>p span {
	font-size: inherit;
	color: inherit;
}

.dlqnxie:after {
	content: " / ";
	font-size: 13px;
	color: #777;
}

.dlqn-box>p a,
.dlqn-info b {
	font-size: inherit;
	color: inherit;
}

.dlqn-box>p a:hover {
	text-decoration: none;
}

.dlqn-info {
	margin-top: 14px;
	padding-top: 11px;
	border-top: 1px solid #f1f1f1;
}

.dlqn-info li {
	width: 25%;
	float: left;
	margin-top: 4px;
	font-size: 13px;
	color: #777;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.dlqn-info li a {
	font-size: 13px;
	color: #777;
}

.dlqn-info li a:hover {
	text-decoration: none;
	color: #00afc0;
}

.dlqn-info p {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

.dlqn-info b {
	color: #ea1414;
}

.dlqn-like {
	margin: 20px 0 28px 0;
}

.dlqn-like div {
	margin-bottom: 2px;
}

.dlqn-like b {
	display: inline-block;
	width: 75px;
	float: left;
	margin-top: 1px;
	font-size: 14px;
}

.dlqn-like p {
	width: 735px;
	float: left;
}

.dlqn-like a {
	display: inline-block;
	padding: 1px 5px 3px 5px;
	border-radius: 3px;
	font-size: 14px;
	color: #00afc0;
	vertical-align: middle;
}

.dlqn-like a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00afc0;
}

.dlqn-btn a {
	display: inline-block;
	width: 162px;
	height: 48px;
	margin-right: 17px;
	line-height: 48px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.dlqn-btn a:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 9px;
	vertical-align: middle;
	background: url(../image/dlqn-btn-icon.png) no-repeat;
}

.dlqn-btn .dlqbtn2:before {
	background-position: -19px 0;
}

.dlqn-btn .dlqbtn3:before {
	background-position: -38px 0;
}

.dlqn-btn a:hover {
	text-decoration: none;
}

.dlqbtn1 {
	background-color: #d72d25;
}

.dlqbtn2 {
	background-color: #00afc0;
}

.dlqbtn3 {
	background-color: #4267b2;
}

.dlqbtn1:hover {
	background-color: #c3150d;
}

.dlqbtn2:hover {
	background-color: #05bfd1;
}

.dlqbtn3:hover {
	background-color: #3560b6;
}

.favolisa {
	width: auto;
	margin: 15px 0 15px 0;
	padding: 20px 5px 10px 0;
	background-color: #fff;
}

.favolisa ul li {
	width: 205px;
	margin-left: 29px;
	margin-right: -3px;
}

.favolisa ul li.box-item .item-image {
	border-color: #fff;
}
.dost{
	padding-bottom: 20px;
}
.dostr .page-box {
	margin: 10px auto 15px auto;
	padding: 6px 0;
	background-color: #fff;
}

.dostr1 .bbs {
	background-color: #fff;
}

.dostr1 .box-bbs dd {
	margin-bottom: 2px;
	padding: 28px 10px 11px 10px;
	background-color: #fff;
}

.dostr1 .content-box .box-con,
.dostr1 .content-box {
	margin: 0;
}

.dostr1 .box-bbs .split {
	padding: 0 10px;
}

.dostr1 .shop {
	background-color: #fff;
}

.dostr1 .list-box .box-item .item-c {
	width: 635px;
}

.dostr1 .list-box .box-item .item-param li.nofloat {
	width: auto;
}

.table-list table tfoot tr,
.table-list table tfoot tr {
	background-color: transparent;
}

.table-list table tfoot {
	border-bottom: none;
}

.dxcartbg {
	background-color: #f5f8fa;
	overflow: hidden;
}

.dxboxnav {
	padding-top: 1px;
	margin: 0 auto 8px auto;
	background-color: transparent;
}

.doscrum {
	width: 1200px;
	height: 40px;
	line-height: 42px;
	margin: 0 auto;
}

.doscrum a,
.doscrum span {
	font-size: 14px;
	color: #777;
}

.doscrum a:after {
	content: ">";
	margin: 0 3px 0 5px;
	font-size: 14px;
	color: #777;
}

@media screen and (max-width:1366px) {
	.copyright-bg .dlnewside {
		top: 175px;
		right: 0px;
	}
}

@media screen and (max-width:1280px) {
	.copyright-bg .dlnewside {
		top: 165px;
	}
}

@media screen and (max-width:1200px) {

	.top-box,
	.menu-box,
	.copyright-bg {
		width: 1200px;
	}
}

.fixdthis-new .qkwz-info-box .box-title {
	background-image: none;
	text-align: center;
	color: #333;
}

.fixdthis-new .qkwz-info-box .box-info a {
	text-align: center;
	display: block;
}

.fixdthis-new .qkwz-info-box .box-item {
	font-size: 16px;
	line-height: 32px;
}

.fixdthis-new .qkwz-info-box .box-item .title {
	color: #333;
}

.fixdthis-new .qkwz-info-box .box-item .con ul li {
	color: #333;
}

.fixdthis-new .tips {
	font-size: 12px;
	color: #999;
}

.fixdthis-new .ad-block {
	display: none;
}

.fixdthis-new .ad-block img {
	width: 100%;
}

.link-block {
	padding: 20px 38px 10px 38px;
	margin: 14px 0;
	background-color: #f7f7f7;
}

.link-block p {
	margin-bottom: 13px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.link-block a {
	width: 23%;
	padding-right: 2%;
	margin-bottom: 13px;
	float: left;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.link-block a:hover {
	text-decoration: none;
	color: #00afc0;
}

.dxn-r-top {
	height: 122px;
	padding: 10px 8px 10px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
}

.dxn-r-top h6 {
	margin: 0;
	/* padding-bottom: 10px; */
	font-size: 16px;
	color: #333;
}

.dxn-r-top .work-box ul li {
	width: 70px;
	height: 80px;
	float: left;
	margin-right: 8px;
	text-align: center;
	background-color: #f9f9f9;
}

.dxn-r-top .work-box ul li:last-of-type {
	margin-right: 0;
}

.dxn-r-top .work-box i {
	width: 40px;
	height: 30px;
	margin: 10px auto 0;
	float: none;
	background-size: 145px;
}

.dxn-r-top .work-box .item-con {
	width: auto;
	margin: 0;
	float: none;
}

.dxn-r-top .work-box .item-con h2 {
	font-size: 14px;
}

.dxn-r-top .work-box ul li:first-child {
	margin-top: 10px;
}

.dxn-r-top .work-box i.img4 {
	background-position: -37px 0;
}

.dxn-r-top .work-box i.img2 {
	background-position: -110px 0;
}

.dxn-r-top .work-box ul li:hover i.img1 {
	background-position: 0 -30px;
}

.dxn-r-top .work-box ul li:hover i.img2 {
	background-position: -110px -30px;
}

.dxn-r-top .work-box ul li:hover i.img4 {
	background-position: -37px -30px;
}

.fixdthis-new .box-desc {
	padding: 0 20px;
	line-height: 25px;
	color: #777;
}

/* 出版社 */
.container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.nosetBoxsizng * {
	-moz-box-sizing: unset;
	-webkit-box-sizing: unset;
	-o-box-sizing: unset;
	-ms-box-sizing: unset;
	box-sizing: unset;
}

.cbs-body {
	background-color: #f0f4fa;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flexbox li {
	display: block;
	align-items: center;
	justify-content: flex-start;
}

.cbs-header {
	height: 450px;
	background-color: #00a6c1;
	position: relative;
}

.border-header {
	width: 100%;
	height: 1px;
	background-color: #29b0c1;
	position: absolute;
	top: 65px;
	left: 0;
}

.bg-box {
	width: 1202px;
	height: 450px;
	margin: 0 auto;
	background: #00a6c1 url(../image/bg_cbs_head.png) no-repeat right 50px center;
	background-position-y: 72px;
}

.cbs-header .inner-box {
	height: 450px;
	width: 1202px;
}

/* 重要说明 */
.block-zysm>p {
	font-size: 12px;
	line-height: 1.75;
	color: #999;
}

.block-zysm>p a {
	color: #999;
}

.block-zysm>p a:hover {
	color: #00afc0;
}

/* tabs */
.cbs-header .header-tabs {
	height: 64px;
	line-height: 64px;
	float: left;
}

.cbs-header .header-tabs>a {
	float: left;
	height: 100%;
	margin-right: 34px;
	font-size: 15px;
	color: #fff;
}
.cbs-header .header-tabs>a:hover {
	opacity: .8;
}

/* 面包屑 */
.cbs-header .breadcrumbs {
	/* float: right; */
	height: 64px;
	line-height: 64px;
}

.qk-body .cbs-header .breadcrumbs {
	float: right;
}

.cbs-header .breadcrumbs>a, .cbs-header .breadcrumbs>span {
	font-size: 13px;
	color: #fff;
	display: inline-block;
}

.cbs-header .breadcrumbs>a:first-child:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 4px;
	background: url(../image/icon_bread.png) no-repeat;
	background-position: 0px 1px;
}

.cbs-header .breadcrumbs>a:not(:last-child):after, .cbs-header .breadcrumbs>span::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 14px;
	margin-right: 8px;
	background: url(../image/icon_bread.png) no-repeat;
	background-position: -42px 1px;
}
.cbs-header .breadcrumbs>span::after{
	display: none;
}
.cbs-header .breadcrumbs>a:hover {
	opacity: .8;
}

.cbs-header .breadcrumbs>span {
	font-size: 13px;
	color: #fff;
	display: inline-block;
}

/* 头部下部分 */
.cbs-header .bottom-panel {
	padding-top: 60px;
	color: #fff;
}

.cbs-header .bottom-panel>h1 {
	font-size: 56px;
	font-weight: normal;
	max-width: 65%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cbs-header .bottom-panel span.title-tag {
	display: inline-block;
	font-size: 13px;
	height: 30px;
	line-height: 32px;
	padding: 0 12px;
	border-radius: 20px;
	background-color: #38b6c6;
	position: relative;
	vertical-align: top;
	margin: 30px 0 4px 14px;
}

.cbs-header .bottom-panel span.title-tag font {
	font-size: 13px;
	margin-right: 18px;
}

.cbs-header .bottom-panel span.title-tag font:after {
	content: "";
	position: absolute;
	left: 13px;
	top: 52%;
	width: 1px;
	height: 8px;
	margin-left: 34px;
	background-color: rgba(255, 255, 255, .5);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbs-header .bottom-panel>p.box-desc {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.93);
	margin: 24px 0 80px 0;
	width: 700px;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* 头部下部分按钮 */
.cbs-header .bottom-panel-btns>a {
	display: inline-block;
	width: 176px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-right: 2px;
	transition: 0.3s;
	border-radius: 2px;
}

.cbs-header .bottom-panel-btns>a::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url(../image/icon_header_btn.png) no-repeat center;
	vertical-align: middle;
	margin-bottom: 2px;
}

.cbs-header .bottom-panel-btns>a:hover {
	text-decoration: none;
}

.cbs-header .bottom-panel-btns>a.dyobtn1 {
	background-color: #4eaaff;
	margin-right: 4px;
}

.cbs-header .bottom-panel-btns>a.dyobtn2 {
	background-color: #f69138;
}

.cbs-header .bottom-panel-btns>a.dyobtn3 {
	background-color: #27d7b7;
}

.cbs-header .bottom-panel-btns>a.dyobtn1:hover {
	background-color: #74bcff;
}

.cbs-header .bottom-panel-btns>a.dyobtn2:hover {
	background-color: #ffa14e;
}

.cbs-header .bottom-panel-btns>a.dyobtn3:hover {
	background-color: #25e2c0;
}

.cbs-header .bottom-panel-btns>a.dyobtn1::before {
	background-position: 0 0;
}

.cbs-header .bottom-panel-btns>a.dyobtn2::before {
	background-position: -48px -1px;
}

.cbs-header .bottom-panel-btns>a.dyobtn3::before {
	background-position: -96px 0;
}

/* 下部分内容 */
.cbs-content {
	margin-top: -80px;
	position: relative;
}

/* 基本信息 */
.cbs-content .block-jbxx {
	height: 135px;
	background-color: #fff;
	margin-bottom: 45px;
}

.cbs-content .block-jbxx ul li {
	float: left;
	width: 194px;
	height: 135px;
	position: relative;
	text-align: center;
}

.cbs-content .block-jbxx ul li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 66px;
	width: 1px;
	height: 74px;
	background-color: #ebebeb;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbs-content .block-jbxx li.firstli {
	width: 230px;
	padding: 40px 0 0 48px;
	text-align: left;
}

.cbs-content .block-jbxx li.firstli>h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.cbs-content .block-jbxx li.firstli>h3 {
	font-size: 14px;
	font-weight: normal;
	color: #cac9c9;
}

.cbs-content .block-jbxx li>i {
	display: block;
	width: 44px;
	height: 40px;
	background: url(../image/icon_jbxx.png) no-repeat;
	margin: 28px auto 18px;
}

.cbs-content .block-jbxx li.jbimg1 i {
	background-position: -49px -17px;
}

.cbs-content .block-jbxx li.jbimg2 i {
	background-position: -242px -18px;
}

.cbs-content .block-jbxx li.jbimg3 i {
	background-position: -436px -17px;
}

.cbs-content .block-jbxx li.jbimg4 i {
	background-position: -628px -17px;
}

.cbs-content .block-jbxx li.jbimg5 i {
	background-position: -826px -18px;
}

.cbs-content .block-jbxx li>p {
	font-size: 14px;
	color: #777;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cbs-content .block-jbxx li>p>a {
	color: #777;
}

/* 详细介绍 */
/* 出版社介绍/出版社特色 */
.cbs-content .bottom-detail {
	width: 100%;
	background-color: #fff;
	padding: 42px 50px;
}

.cbs-content .title-common {
	text-align: center;
}

.cbs-content .title-common>h3 {
	font-size: 30px;
	margin-bottom: 8px;
}

.cbs-content .title-common>p {
	font-size: 14px;
	color: #999;
}

.cbs-content .title-common>p>a {
	font-size: 14px;
	color: #999;
}

.cbs-content .article-common {
	margin-top: 30px;
}

.cbs-content .article-common>p {
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 30px;
}

/* 出书服务介绍 */
.block-csfwtj .csfwtj-content ul li {
	width: 48.5%;
	height: 190px;
	background-color: #f7f8fc;
	margin-right: 15px;
	padding: 50px 40px;
	text-align: center;
}

.block-csfwtj .csfwtj-content ul li b {
	font-size: 18px;
	margin-bottom: 22px;
	display: block;
}

.block-csfwtj .csfwtj-content ul li p {
	font-size: 13px;
	color: #888;
	line-height: 1.75;
}

.block-csfwtj .csfwtj-content ul li:hover *,
.block-fwbz .fwbz-content ul li:hover * {
	text-decoration: none;
}

/* 为什么要出书 */
.block-fwbz .fwbz-content ul li {
	width: 49%;
	height: 132px;
	padding: 34px 50px 24px 138px;
}

.block-fwbz .fwbz-content ul li b {
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin-bottom: 8px;
}

.block-fwbz .fwbz-content ul li p {
	font-size: 14px;
	color: #777;
	line-height: 1.5;
}

.block-fwbz .fwbz-content ul li:first-of-type {
	margin-right: 2%;
	background: #f7f8fc url(../image/icon_why1.png) no-repeat 32px center;
	background-size: 88px;
}

.block-fwbz .fwbz-content ul li:last-of-type {
	background: #f7f8fc url(../image/icon_why2.png) no-repeat 32px 38px;
	background-size: 70px;
	padding-left: 126px;
}

/* 服务流程 */
.block-fwlc .fwlc-content {
	width: 100%;
	height: 172px;
	background: #323b45 url(../image/bg_fwlc.png) no-repeat center;
	background-size: cover;
	color: #333;
	padding: 30px 0 0 23px;
}

.block-fwlc .fwlc-content>a>ul>li {
	width: 176px;
	float: left;
	text-align: center;
	position: relative;
}

.block-fwlc .fwlc-content>a>ul>li>span {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url(../image/icon_lc_circle.png) no-repeat center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
}

.block-fwlc .fwlc-content>a>ul>li:not(:last-child):after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	border-bottom: 1px dashed #a4a9ad;
	position: absolute;
	right: -45px;
	top: 29%;
}

.block-fwlc .fwlc-content>a>ul>li>.p1 {
	font-size: 18px;
	margin-top: 12px;
}

.block-fwlc .fwlc-content>a>ul>li>.p2 {
	font-size: 12px;
	color: #999;
	margin-top: 6px;
}

.block-fwlc .fwlc-content>a:hover * {
	color: #333;
}

/* 我们的特色 */
.block-fwys .fwys-content ul li {
	width: 22.9%;
	height: 194px;
	margin-right: 30px;
	background-color: #f7f8fc;
	padding: 22px 32px 24px 32px;
	text-align: center;
}

.block-fwys .fwys-content ul li:last-of-type {
	margin-right: 0;
}

.block-fwys .fwys-content ul li:hover a {
	text-decoration: none;
}

.block-fwys .fwys-content ul li>a>i {
	display: block;
	width: 110px;
	height: 64px;
	background: url(../image/icon_fwys.png) no-repeat center;
	margin: 0 auto;
}

.block-fwys .fwys-content ul li>a>i.ysimg1 {
	background-position: 6px 0;
}

.block-fwys .fwys-content ul li>a>i.ysimg2 {
	background-position: -115px 0;
}

.block-fwys .fwys-content ul li>a>i.ysimg3 {
	background-position: -236px 0;
}

.block-fwys .fwys-content ul li>a>i.ysimg4 {
	background-position: -357px 0;
}

.block-fwys .fwys-content ul li>a>b {
	display: block;
	font-size: 18px;
	color: #333;
	margin: 14px 0 12px 0;
}

.block-fwys .fwys-content ul li>a>p {
	font-size: 13px;
	color: #a3a3a3;
}

/* 常见问题 */
.block-cjwt .cjwt-content ul li {
	width: 49%;
	height: 166px;
	margin: 0 1% 1% 0;
	float: left;
	background-color: #f2f7f9;
	padding: 28px 32px;
}

.block-cjwt .cjwt-content ul li>h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 14px;
}

.block-cjwt .cjwt-content ul li>p {
	font-size: 14px;
	color: #999;
	line-height: 1.75;
}

.block-cjwt .cjwt-content ul li:nth-of-type(2n) {
	margin-right: 0;
}

/* 相关出版社 */
.block-xgtj {
	padding: 28px 30px;
	margin: 15px auto 15px auto;
	background-color: #fff;
}

.block-xgtj h5 {
	margin: 0 auto 10px auto;
	font-size: 18px;
}

.block-xgtj ul li {
	width: 165px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
}

.block-xgtj ul li:nth-of-type(6n) {
	margin-right: 0;
}

.block-xgtj a {
	font-size: 13px;
	color: #666;
}

.block-xgtj a:hover {
	opacity: .8;
}

/* 出版社列表页 */
/* 面包屑 */
.cbs-body .banner-box {
	background-color: #fff;
}

.cbs-body .menu-box {
	background-color: #fff;
}

.dyocrumbs>div {
	height: 58px;
	line-height: 58px;
}

.dyocrumbs a {
	margin-right: 5px;
	color: #333;
	font-size: 13px;
}

.dyocrumbs span {
	color: #333;
	font-size: 13px;
}

.dyoshai {
	padding: 28px 25px 1px 33px;
	background-color: #fff;
}

.dyoshai label {
	display: block;
	padding-top: 5px;
	margin-top: 2px;
	border-top: 1px solid #eee;
}

.dyoshai>div {
	margin-bottom: 26px;
	font-size: 0;
}

.dyoshai b {
	line-height: 30px;
	width: 93px;
	float: left;
	font-size: 14px;
	color: #2a2a2a;
}

.dyoshai h5 {
	width: 1120px;
	margin: 23px 0 28px 0;
	border-top: 1px solid #eee;
}

.dyoshai>div>p {
	width: 970px;
	float: left;
	overflow: hidden;
}

.dyoshai a:hover {
	text-decoration: none;
}

.dyoshai p a {
	display: inline-block;
	/* padding:0 26px 0 0; */
	/* margin:0 0 9px 0; */
	color: #333;
	font-size: 12px;
	min-width: 95px;
	text-align: center;
	height: 30px;
	line-height: 32px;
}

.btn-bx {
	display: inline-block;
	min-width: 54px;
	text-align: center;
	height: 30px;
	line-height: 32px;
}

.dyoshai p a:hover {
	color: #fc0000;
}

.dyoshai2 div:nth-child(1) p a {
	margin-bottom: 5px;
}

.dyoshai>div .dyowid2 {
	width: 987px;
}

.dyoshai>div>a {
	float: left;
	margin: 0 26px 0 0;
	font-size: 14px;
	text-align: center;
	color: #2a2a2a;
}

.dyoshai>div>a.action,
.dyoshai>div>p .action,
.dyoshai>div>p .app-menu-active {
	width: 50px;
	height: 30px;
	line-height: 32px;
	color: #fff;
	font-size: 13px;
	background-color: #00afc0;
	border-radius: 20px;
}

.dyoshai>div>p .app-menu-active {
	width: auto;
}

.dyoshai div>span {
	float: right;
	margin-right: 5px;
	font-size: 12px;
	color: #777;
	font-style: normal;
	cursor: pointer;
}

.dyoshai div:nth-child(3)>span,
.dyoshai .dyofida1>span {
	margin-top: 31px;
}

.dyoshai div>span:hover {
	color: #fc0000;
}

.dyoshai div>span.acrotate:after {
	transform: rotate(180deg);
}

.dyoshai .dyomore {
	width: 1137px;
	margin-top: 17px;
	padding-top: 30px;
	margin-bottom: 11px;
	border-top: 1px solid #eee;
}

.dyoshai .dyomore1 {
	margin-top: 15px;
}

/* 出版社筛选 */
.dyosort {
	width: 1200px;
	padding-left: 15px;
	height: 68px;
	margin: 20px auto 20px auto;
	background-color: #fff;
}

.dyosort>a {
	display: inline-block;
	width: 95px;
	line-height: 71px;
	color: #2a2a2a;
	font-size: 13px;
	text-align: center;
	position: relative;
}

.dyosort>a:hover,
.dyosort .active {
	color: #00afc0;
}

.dyosort .active {
	font-weight: bold;
}

.dyosort>a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	background: url(../img/dyo-icon10.png) no-repeat;
}

.dyosort .active:after {
	background: url(../img/dyo-icon18.png) no-repeat;
}

/* .dyosort .active:before{content:""; display:inline-block; width:45px; height:3px; background-color:#ff1010; position:absolute; bottom:3px; left:-10px; right:0; margin:0 auto;} */
.dyosort div {
	display: inline-block;
	float: right;
	margin-right: 15px;
}

.dyosort-r>a {
	display: inline-block;
	width: 116px;
	height: 32px;
	margin: 18px 20px 0 0;
	line-height: 32px;
	border-radius: 20px;
	font-size: 14px;
	color: #ff1301;
	text-align: center;
	background-color: #f7f7f7;
}

.dyosort-r>a::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../image/icon_kefu.png) no-repeat center;
	vertical-align: middle;
	margin-right: 6px;
}

.dyosort-r p {
	display: inline-block;
	font-size: 13px;
	color: #69699c;
}

.dyosort-r p i {
	font-style: normal;
	color: #fe1926;
}

.dyosort-r p a {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: 4px;
	line-height: 22px;
	text-align: center;
	border-radius: 3px;
	font-size: 13px;
	color: #d4d6de;
	border: 1px solid #d4d6de;
}

.dyosort-r p a:hover {
	color: #fff;
	background-color: #fe1926;
}

.dyoshai .dyochoi {
	width: 100%;
	padding: 20px 0 18px 0;
	margin-bottom: 0;
	border-top: 1px solid #f4f6fa;
	/* border-bottom:1px solid #f4f6fa; */
}

.dyochoi b {
	line-height: 22px;
	width: 123px;
	font-weight: 400;
	color: #777;
}

.dyoshai .dyochoi p {
	display: inline-block;
	width: auto;
	margin-left: 5px;
}

.dyochoi p a {
	height: 20px;
	padding: 0 10px;
	line-height: 18px;
	margin-right: 10px;
	border-radius: 3px;
	border: 1px solid #a2c3ff;
	font-size: 12px;
	color: #00acee;
	background-color: #f7f9ff;
}

.dyochoi p a:hover {
	color: #00acee;
}

.dyochoi i {
	display: inline-block;
	height: 100%;
	margin-left: 5px;
	font-size: 14px;
	font-style: normal;
}

.dyoshai .dyochoi>a {
	display: inline-block;
	width: 69px;
	height: 22px;
	padding: 0;
	margin-top: -1px;
	line-height: 20px;
	border-radius: 3px;
	text-align: center;
	border: 1px solid #dfdfdf;
	font-size: 12px;
	color: #777;
	cursor: pointer;
}

.dyochoi>a:hover {
	color: #fff;
	background-color: #00acee;
}

/* 出版社列表 */
.list-cbs-each {
	width: 100%;
	/* height: 202px; */
	background-color: #fff;
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
}

.list-cbs-each:hover {
	box-shadow: 0 0 6px 6px rgba(13, 86, 176, 0.04);
}

.list-cbs-each:hover a {
	text-decoration: none;
}

.list-cbs-each .lileft {
	width: 952px;
	float: left;
	padding: 30px 50px 30px 0;
	position: relative;
}

.list-cbs-each .lileft h2 {
	font-weight: bold;
	font-size: 24px;
	color: #333;
	/* max-width: 300px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.list-cbs-each:hover h2 {
	color: #00afc0;
}

.list-cbs-each .lileft .divms {
	margin: 26px 0 20px 0;
	font-size: 13px;
	color: #777;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.list-cbs-each .lileft h2 span {
	font-size: 12px;
	color: #00afc0;
	height: 24px;
	line-height: 22px;
	border: 1px solid #00afc0;
	padding: 0 12px;
	letter-spacing: 1px;
	/* position: absolute;
    left: 344px;
    top: 44px; */
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px 16px;
	font-weight: 400;
}

.list-cbs-each .lileft h2 span>a {
	color: #00a1cc;
}

.list-cbs-each .lileft ul {
	width: 100%;
	/* padding-top: 30px; */
}

.list-cbs-each .lileft ul li {
	float: left;
	text-align: left;
	padding: 0 26px 0 26px;
	border-right: 1px solid #e6e6e6;
	width: 27%;
	height: 18px;
}

.list-cbs-each .lileft ul li:nth-of-type(2) {
	width: 30%;
}

.list-cbs-each .lileft ul li:first-of-type {
	padding-left: 0;
}

.list-cbs-each .lileft ul li:last-of-type {
	border-right: none;
	padding-right: 0;
}

.list-cbs-each .lileft ul li p {
	font-size: 13px;
	font-weight: bold;
	color: #333 !important;
	margin-bottom: 8px !important;
}

.list-cbs-each .lileft ul li p>span,
.list-cbs-each .lileft ul li p>a {
	font-size: 13px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	width: 64%;
	display: inline-block;
	vertical-align: sub;
}

.list-cbs-each .lileft ul li:first-of-type p>span,
.list-cbs-each .lileft ul li:first-of-type p>a {
	width: 67%;
}

.list-cbs-each .lileft ul li:nth-of-type(2) p>span,
.list-cbs-each .lileft ul li:nth-of-type(2) p>a {
	width: 70%;
}

.list-cbs-each .lileft ul li p>a:hover {
	color: #00a1cc;
}

.list-cbs-each .lileft ul li p.red {
	color: #de0a00;
}

.list-cbs-each .liright {
	float: right;
	/* border-left:1px solid #e9e9e9; */
	height: 118px;
	margin-top: 40px;
	width: 228px;
	display: table;
	position: relative;
}

.list-cbs-each .liright::before {
	content: "";
	width: 1px;
	height: 104px;
	background-color: #efefef;
	position: absolute;
	top: 12px;
	left: 0;
}

.list-cbs-each .liright>div {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.list-cbs-each .liright a {
	width: 80px;
	height: 24px;
	line-height: 24px;
	display: block;
	border-radius: 12px;
	background-color: #f5f5f5;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	margin: 0 auto;
}

.list-cbs-each .liright a.btn-qkjb {
	border: 1px solid #00afc0;
	color: #00afc0;
}

.list-cbs-each .liright a.btn-ljzx {
	border: 1px solid #f5f5f5;
	color: #555;
	margin-top: 10px;
}

.list-cbs-each .liright a:hover {
	color: #fff;
	background-color: #00afc0;
	border-color: #00afc0;
}

/* 出版社分页 */
.page-box-cbs {
	background-color: #fff;
	padding: 20px 0;
	margin: 15px auto;
}

/* 出版社搜索 */

.dyoshai>.search-cbs {
	height: 72px;
	line-height: 72px;
	margin-bottom: 0;
	border-top: 1px solid #f4f6fa;
}

.dyoshai>.search-cbs>b {
	display: inline-block;
	height: 72px;
	line-height: 72px;
	font-size: 13px;
}

.search-cbs-form {
	width: 416px;
	height: 40px;
	margin-top: 16px;
	float: right;
	border: 1px solid #DBDBDB;
}

.search-cbs-form form {
	width: 100%;
	height: 40px;
}

.search-cbs-form form .q {
	width: 88%;
	height: 38px;
	float: left;
	padding-left: 18px;
	color: #777;
}

.search-cbs-form form button {
	background: url(../image/icon_search_blue.png) no-repeat center;
	width: 12%;
	cursor: pointer;
	height: 38px;
	line-height: 38px;
}

.search-cbs-form form button i {
	font-size: 20px;
	font-weight: bold;
	color: #0078FF;
}

.search-cbs-form input,
.search-cbs-form button {
	border: 0;
	outline: none;
	background: none;
	filter: chroma(color=#000000);
}

.search-cbs-form form input:-webkit-autofill,
.search-cbs-form form input:-webkit-autofill:hover,
.search-cbs-form form input:-webkit-autofill:focus {
	/*背景颜色*/
	box-shadow: 0 0 0 60px #fff inset;
	/*字的颜色*/
	-webkit-text-fill-color: #333;
}

.box-con2 {
	margin: 10px 0;
}

.list-box .box-con2 .box-item {
	border: 1px solid #efefef;
}

.list-box .box-con2 .box-item:hover {
	border: 1px solid #00afc0;
	box-shadow: 0 0 5px rgba(0, 197, 171, .5);
}

/* 出版社--搜索 */
.list-cbs-search {
	border: 1px solid #efefef;
}

.list-cbs-each .lileft {
	width: 950px;
}

.list-cbs-search:hover {
	border: 1px solid #00afc0;
	box-shadow: 0 0 5px rgba(0, 197, 171, .5);
}

/* 期刊内页重要提示 */
.important-tips {
	font-size: 12px;
	color: #999;
	height: 54px;
	line-height: 54px;
}

/*广告投放开始*/
.ad-body {
	background-color: #f9f9f9;
	min-width: 1200px;
}

.ad-body a:hover {
	text-decoration: none;
}

.ad-body .title-common-ad h3 {
	font-size: 32px;
	color: #333;
	margin-bottom: 8px;
	text-align: center;
	padding-top: 40px;
}

.ad-body .title-common-ad h4 {
	font-size: 24px;
	color: #333;
	margin-bottom: 8px;
	text-align: center;
	padding-top: 40px;
}

.ad-body .title-common-ad p {
	font-size: 15px;
	color: #999;
	text-align: center;
}

.ad-body .title-common-ad-white h3,
.ad-body .title-common-ad-white p {
	color: #fff;
}

.ad-body .bg-box {
	background: none;
}

.ad-body .cbs-header .bottom-panel {
	position: relative;
	padding-top: 50px;
}

.ad-body .img-box {
	position: absolute;
	right: 0;
	top: 68px;
	width: 250px;
	height: 316px;
	background-color: #fff;
	line-height: 316px;
	text-align: center;
}

.ad-body .img-box img {
	width: 215px;
	height: 280px;
}

.ad-body .cbs-header .bottom-panel span.title-tag font:after {
	display: none;
}

.ad-body .cbs-header .bottom-panel span.title-tag {
	font-size: 15px;
	height: 32px;
}

.ad-body .cbs-header .bottom-panel span.title-tag font {
	font-size: 14px;
	margin-right: 6px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}

.ad-body .cbs-header .bottom-panel>p.box-desc {
	margin-bottom: 42px;
}

.ad-body .cbs-header .bottom-panel>p.box-desc2 {
	font-size: 14px;
	margin-top: 24px;
}

.ad-body .cbs-content .block-jbxx ul li {
	width: 240px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 40px;
	text-align: left;
}

.ad-body .cbs-content .block-jbxx ul li>span {
	display: block;
	font-size: 14px;
	color: #999;
}

.ad-body .cbs-content .block-jbxx li>p {
	width: 100%;
	font-size: 16px;
	margin-top: 10px;
	color: #333;
}

.ad-body .cbs-content .block-jbxx li>p a {
	font-size: 16px;
	color: #333;
}

.ad-body .cbs-content .block-jbxx li>p a:hover {
	color: #00a6c1;
}

.ad-body .cbs-header .bottom-panel-btns>a {
	font-size: 15px;
	font-weight: normal;
}

.ad-body .cbs-header .bottom-panel-btns>a:first-of-type {
	width: 244px;
	font-size: 16px;
	font-weight: bold;
}

.ad-body .cbs-content .title-common>h3 {
	text-align: left;
	font-size: 24px;
}

.ad-body .cbs-content .article-common ul {
	width: 90%;
}

.ad-body .cbs-content .article-common ul li p {
	font-size: 14px;
	color: #999;
}

.ad-body .cbs-content .article-common ul li span {
	font-size: 16px;
	color: #333;
	margin-left: 20px;
}

/*杂志广告团购*/
.ad-body .block-ad-zzgg {
	width: 100%;
	height: 612px;
	background-color: #fff;
	margin-top: 50px;
}

.ad-body .block-ad-zzgg ul {
	margin-top: 50px;
}

.ad-body .block-ad-zzgg ul li {
	width: 387px;
	height: 374px;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
	background: url(../image/ad/bg_ad_ggtg.png) no-repeat center 50px;
	text-align: center;
	padding: 0 46px;
}

.ad-body .block-ad-zzgg ul li:first-of-type {
	background-position: 0 50px;
}

.ad-body .block-ad-zzgg ul li:last-of-type {
	background-position: -815px 50px;
}

.ad-body .block-ad-zzgg ul li b {
	display: block;
	font-weight: normal;
	font-size: 24px;
	padding-top: 200px;
}

.ad-body .block-ad-zzgg ul li p {
	font-size: 14px;
	color: #777;
	margin-top: 22px;
}

/*广告报价*/
.ad-body .block-ad-ggbj {
	width: 100%;
	min-height: 612px;
}

.ad-body .block-ad-ggbj table {
	width: 100%;
	margin-top: 50px;
	padding: 0 110px;
	background: #fff url(../image/ad/bg_ad_ggbj.png) no-repeat center bottom;
}

.ad-body .block-ad-ggbj table th {
	border-bottom: 1px solid #f1f3f9;
}

.ad-body .block-ad-ggbj table th,
.ad-body .block-ad-ggbj table td {
	text-align: left;
	padding: 10px 40px 10px 40px;
	font-size: 15px;
	min-width: 141px;
}

.ad-body .block-ad-ggbj table tr th {
	font-size: 18px;
	color: #4b4b4c;
	height: 80px;
}

.ad-body .block-ad-ggbj table tr td {
	padding: 16px 40px;
}

.ad-body .block-ad-ggbj table th:first-of-type {
	width: 268px;
}

.ad-body .block-ad-ggbj table td.td-img {
	color: transparent;
	background: url(../image/ad/icon_ljxj.png) no-repeat center;
}

.ad-body .block-ad-ggbj table td.td-img a {
	color: transparent;
}

.ad-body .block-ad-ggbj table td p {
	line-height: 1.75;
}

/*广告投放流程*/
.ad-body .block-ad-fwlc {
	width: 100%;
	height: 464px;
	background-image: linear-gradient(to right, #0069ab, #00b1d7);
}

.ad-body .block-ad-fwlc .title-common-ad h3 {
	padding-top: 70px;
}

.ad-body .block-ad-fwlc ul {
	width: 970px;
	margin: 0 auto;
	padding-top: 80px;
}

.ad-body .block-ad-fwlc ul li div {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: url(../image/ad/icon_ad_lc.png) no-repeat center;
	margin: 0 auto 22px;
	position: relative;
}

.ad-body .block-ad-fwlc ul li div:after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 100px;
	background-color: #2d8abb;
	position: absolute;
	left: 90px;
	top: 30px;
}

.ad-body .block-ad-fwlc ul li:last-of-type div:after {
	display: none;
}

.ad-body .block-ad-fwlc ul li p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

/*服务保障*/
.ad-body .block-ad-fwbz {
	width: 100%;
	height: 646px;
	background-color: #fff;
}

.ad-body .block-ad-fwbz>.w1200 {
	height: 646px;
	background: #fff url(../image/ad/bg_ad_fwbz.png) no-repeat center 110px;
}

.ad-body .block-ad-fwbz ul {
	padding: 70px 0 0 686px;
}

.ad-body .block-ad-fwbz ul li {
	margin-bottom: 57px;
}

.ad-body .block-ad-fwbz ul li b {
	display: block;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 4px;
}

.ad-body .block-ad-fwbz ul li p {
	font-size: 14px;
	color: #a3a3a3;
	line-height: 1.75;
}

/*选择我们值得信赖*/
.ad-body .block-ad-zdxl {
	width: 100%;
	height: 535px;
	background-color: #f1f3f9;
}

.ad-body .block-ad-zdxl .title-common-ad {
	padding-top: 50px;
}

.ad-body .block-ad-zdxl ul {
	margin-top: 50px;
}

.ad-body .block-ad-zdxl ul li {
	width: 32.5%;
	height: 240px;
	background-color: #fff;
	padding: 40px 38px;
}

.ad-body .block-ad-zdxl ul li:first-of-type {
	background: #fff url(../image/ad/bg_ad_zdxl1.png) no-repeat center;
}

.ad-body .block-ad-zdxl ul li:nth-of-type(2) {
	background: #fff url(../image/ad/bg_ad_zdxl2.png) no-repeat center;
}

.ad-body .block-ad-zdxl ul li:nth-of-type(3) {
	background: #fff url(../image/ad/bg_ad_zdxl3.png) no-repeat center;
}

.ad-body .block-ad-zdxl ul li b {
	font-size: 22px;
	display: block;
	margin-bottom: 30px;
}

.ad-body .block-ad-zdxl ul li p {
	font-size: 14px;
	color: #a3a3a3;
	line-height: 1.75;
}

.ad-body .block-ad-zdxl ul li a {
	display: block;
	font-size: 14px;
	color: #ff7800;
	margin-top: 34px;
}

.ad-body .block-ad-zdxl ul li a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: url(../image/ad/icon_ad_zx.png) no-repeat center;
	vertical-align: middle;
	margin-left: 6px;
}

.ad-body .block-ad-zdxl ul li a:hover {
	opacity: .8;
}

/*相关杂志推荐*/
.ad-body .block-ad-xgzz {
	width: 100%;
	height: 956px;
}

.ad-body .block-ad-xgzz ul {
	background-color: #fff;
	margin-top: 40px;
}

.ad-body .block-ad-xgzz ul li {
	float: left;
	width: 300px;
	height: 284px;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	text-align: center;
	padding-top: 40px;
}

.ad-body .block-ad-xgzz ul li:nth-of-type(4n) {
	border-right: none;
}

.ad-body .block-ad-xgzz ul li:nth-of-type(5),
.ad-body .block-ad-xgzz ul li:nth-of-type(6),
.ad-body .block-ad-xgzz ul li:nth-of-type(7),
.ad-body .block-ad-xgzz ul li:nth-of-type(8) {
	border-bottom: none;
}

.ad-body .block-ad-xgzz ul li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.ad-body .block-ad-xgzz ul li a {
	display: block;
}

.ad-body .block-ad-xgzz ul li img {
	width: 114px;
	height: 148px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.ad-body .block-ad-xgzz ul li:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.ad-body .block-ad-xgzz ul li b {
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 22px;
}

.ad-body .block-ad-xgzz ul li p {
	font-size: 12px;
	color: #bcbcbc;
	margin-top: 6px;
}

/*关于本站*/
.ad-body .block-ad-gybz {
	background-color: #fff;
	height: 168px;
	margin-top: 30px;
}

.ad-body .block-ad-gybz p {
	font-size: 15px;
	text-align: center;
	margin-top: 28px;
}

/*常见问题*/
.ad-body .block-ad-cjwt {
	width: 100%;
	height: 756px;
	background-color: #fff;
	border-bottom: 1px solid #f4f0fa;
}

.ad-body .block-ad-cjwt ul li {
	width: 380px;
	height: 274px;
	background: url(../image/ad/bg_ad_cjwt.png) no-repeat -14px center;
	background-size: 434px 274px;
	padding: 0 36px;
	position: relative;
}

.ad-body .block-ad-cjwt ul li span {
	display: block;
	color: #00bff1;
	font-size: 18px;
	position: absolute;
	right: 68px;
	top: 56px;
}

.ad-body .block-ad-cjwt ul li b {
	display: block;
	font-size: 16px;
	margin: 106px 0 18px 0;
}

.ad-body .block-ad-cjwt ul li p {
	font-size: 14px;
	color: #777;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*列表*/
.ad-list-body {
	background-color: #f9f9f9;
}

.ad-list-body a:hover {
	text-decoration: none;
}

.block-ad-list {
	margin-top: 20px;
}

.block-ad-list .list-ad-each {
	min-height: 200px;
	background-color: #fff;
	padding: 26px;
	margin-bottom: 12px;
}

.block-ad-list .list-ad-each:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}

.block-ad-list .list-ad-each .lileft {
	width: 134px;
	float: left;
}

.block-ad-list .list-ad-each .liright {
	float: right;
	width: 1016px;
}

.block-ad-list .list-ad-each:last-of-type {
	margin-bottom: 0;
}

.block-ad-list .list-ad-each .lileft img {
	width: 112px;
	height: 145px;
	float: left;
	margin-right: 22px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.block-ad-list .list-ad-each .lileft img:hover {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.block-ad-list .list-ad-each .liright h2 {
	font-size: 22px;
}

.block-ad-list .list-ad-each .liright .p-desc {
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 8px 0 22px 0;
	min-height: 42px;
}

.block-ad-list .list-ad-each .liright ul li {
	float: left;
	text-align: left;
	padding: 0 36px 0 30px;
	border-right: 1px solid #e6e6e6;
	width: 20%;
}

.block-ad-list .list-ad-each .liright ul li:first-of-type {
	padding-left: 0;
}

.block-ad-list .list-ad-each .liright ul li:last-of-type {
	border-right: none;
	padding-right: 0;
}

.block-ad-list .list-ad-each .liright ul li p.p1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333;
}

.block-ad-list .list-ad-each .liright ul li p.p2 {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 400;
	color: #333;
}

.block-ad-list .list-ad-each .liright ul li p.p2 .price {
	color: #f00;
	font-weight: bold;
}

.block-ad-list .list-ad-each .liright ul li p.p2 a {
	font-size: 14px;
	font-weight: 400;
}

.ad-body .ad-mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	display: none;
}

.ad-body .ad-popup {
	width: 40%;
	min-width: 768px;
	position: fixed;
	left: 29%;
	top: 10%;
	background-color: #fff;
	border-radius: 50px;
	z-index: 9999;
	padding: 50px;
	display: none;
	opacity: 0;
	max-height: 650px;
}

.ad-body .ad-popup h5 {
	font-size: 22px;
	text-align: center;
	margin-top: 0;
}

.banner-box-dy,
.menu-box-dy {
	background-color: #fff;
}

.ad-popup .info-box {
	border-left: none;
	min-height: auto;
}

.ad-popup .goods-box .box-nums a {
	line-height: 20px;
}

.ad-popup .dt-dy {
	line-height: 40px;
}

.ad-popup .dt-num {
	line-height: 28px;
}

.ad-popup .btn-close {
	position: absolute;
	right: 30px;
	top: 25px;
	display: block;
	width: 24px;
	height: 24px;
	background: url(../image/ad/icon_ad_close.png) no-repeat center;
	background-size: 24px;
	cursor: pointer;
}

.ad-popup .goods-box dl.box-specs {
	max-height: 200px;
	overflow-y: auto;
}

/*广告投放结束*/

/* 股权代码 */
.gqdm {
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	color: #666;
}

.gqdm-foot {
	padding: 0;
	color: #333;
}

.gqdm span {
	color: #ff5e06;
}

/* 公安部备案图标 */
.gabba:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../image/icon_gaba.png) no-repeat center;
	margin: 0 4px 4px 0;
	vertical-align: top;
}

/* 期刊知识、范文迭代 */
.hqk-fanwen-list .left-list {
	width: 920px;
}

.hqk_qk_fqlist .left-list {
	width: 932px;
}

.hqk-fanwen-list .right-bar {
	width: 250px;
	margin-top: 20px;
}

.hqk-fanwen-show .left-list {
	width: 910px;
}

.hqk-fanwen-show .right-bar {
	width: 250px;
	margin-top: 20px;
}

.hqk-fanwen-list .list-box .box-item {
	padding: 20px 0;
	border: none;
	border-bottom: solid 1px #eeeeee;
}

.hqk-fanwen-list .list-box .box-item .item-image {
	width: 90px;
	height: 124px;
}

.hqk-fanwen-list .list-box .box-item .item-image img {
	width: 100%;
	height: 100%;
}

.hqk-fanwen-list .list-box .box-item .item-abstract {
	margin-left: 30px;
	width: 798px;
}

.hqk-fanwen-list .list-box .box-item .item-zhishi {
	margin-left: 0;
	width: 100%;
}

.hqk-fanwen-list .list-box .box-item .item-title {
	height: auto;
	line-height: 1;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk-fanwen-list .list-box .box-item .item-title h4 {
	height: auto;
	line-height: 1;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

.hqk-fanwen-list .list-box .box-item .item-content>p {
	font-size: 13px;
	line-height: 26px;
	color: #777;
	text-indent: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hqk-fanwen-list .list-box .box-item .item-content .keysbox {
	font-size: 12px;
	color: #999;
	line-height: 26px;
	text-indent: 0;
	margin-top: 14px;
}

.hqk-fanwen-list .list-box .box-item .item-content .keysbox>span {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background-color: #f6f6f6;
	border-radius: 4px;
	border: none;
	font-size: 13px;
	color: #999;
	margin: 0 5px 0 0;
}

.hqk-fanwen-list .list-box .box-item:hover {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}

.hqk-fanwen-list .list-box .box-item:hover a {
	text-decoration: none;
}

.hqk-fanwen-list .list-box .box-item:hover h4 {
	color: #00afc0;
}

.hqk-fanwen-list .list-box .box-item .item-content .datebox {
	font-size: 13px;
	color: #777;
	text-indent: 0;
}

/* 查看更多 */
.btn-more-box>a {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #666;
	height: 48px;
	line-height: 48px;
	border: solid 1px #eee;
	margin: 50px auto;
}

.btn-more-box>a:hover {
	text-decoration: none;
	color: #823f0b;
}

.table {
	display: table;
	height: 100%;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

/* 热门文章 */
.nav-box-fw {
	border: none;
	text-indent: 0;
	padding-left: 0;
	color: #00afc0;
}

.nav-box-fw a {
	padding: 0;
}

.hqk-fanwen-list .common-box {
	background-color: #f9f9f9;
	padding: 0 20px;
	margin-bottom: 15px;
}

.hqk-fanwen-list .common-box .box-title {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #ebebeb;
}

.hqk-fanwen-list .common-box .box-con {
	padding: 15px 0;
}

.hqk-fanwen-list .rmwz-box .box-con li {
	font-size: 13px;
	line-height: 40px;
}

.hqk-fanwen-list .rmwz-box .box-con li p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk-fanwen-list .rmwz-box .box-con li i {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 18px;
	color: #fff;
	font-size: 13px;
	background-color: #b3b3b3;
	border-radius: 2px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 4px 0;
	font-style: normal;
}

.hqk-fanwen-list .rmwz-box .box-con li:first-of-type i,
.hqk-fanwen-list .rmwz-box .box-con li:nth-of-type(2) i,
.hqk-fanwen-list .rmwz-box .box-con li:nth-of-type(3) i {
	background-color: #00afc0;
}

.hqk-fanwen-list .rmwz-box .box-con li:hover a {
	text-decoration: none;
	color: #00afc0;
}

/* 热门期刊 */
.hqk-fanwen-list .rmqk-box .box-con li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}

.hqk-fanwen-list .rmqk-box .box-con li:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}

.hqk-fanwen-list .rmqk-box .box-con .item-img {
	float: left;
	width: 78px;
	height: 108px;
}

.hqk-fanwen-list .rmqk-box .box-con .item-img img {
	width: 100%;
	height: 100%;
}

.hqk-fanwen-list .rmqk-box .box-con .item-info {
	float: left;
	width: 118px;
	margin-left: 14px;
}

.hqk-fanwen-list .rmqk-box .box-con .item-info h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk-fanwen-list .rmqk-box .box-con .item-info p {
	font-size: 12px;
	line-height: 24px;
	color: #777;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk-fanwen-list .rmqk-box .box-con .item-info p span {
	color: #00afc0;
}

/* 范文详情 */
.hqk-fanwen-show .fanwen-title {
	height: auto;
}

.hqk-fanwen-show .fanwen-title h2,
.hqk-fanwen-show h1 {
	float: none;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	line-height: 50px;
}

.hqk-fanwen-show .fanwen-info {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 12px 0 36px 0;
}

.hqk-fanwen-show .fanwen-title .but {
	margin-top: 10px;
}

.hqk-fanwen-show .fanwen-title .but:hover {
	opacity: .8;
}

.hqk-fanwen-show .fanwen-title p.time {
	font-size: 14px;
	color: #999;
	margin-top: 15px;
}

.hqk-fanwen-show .fanwen-show {
	margin-right: 0;
	margin-top: 30px;
}

.hqk-fanwen-show .fanwen-description {
	padding: 15px 20px;
	line-height: 26px;
	font-size: 14px;
	color: #222;
	background-color: #f9f9f9;
}

.hqk-fanwen-show .fanwen-description .keyword {
	margin-top: 5px;
}

.hqk-fanwen-show .qkwz-info-box .box-item .con a,
.hqk-fanwen-show .qkwz-info-box .box-item li span {
	color: #00afc0;
}

.hqk-fanwen-show .qkwz-info-box .box-item .con ul li {
	margin-right: 4px;
}

.hqk-fanwen-show .fanwen-body p {
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
	word-break: break-all;
}

.hqk-fanwen-show .fanwen-body p.art-img-title {
	text-align: center;
}

.hqk-fanwen-show .fanwen-body p.art-img-title img {
	width: 350px;
	height: 216px;
	border-radius: 10px;
}

.hqk-fanwen-show .fanwen-body h5,
.hqk-fanwen-show .fanwen-body p strong,
.hqk-fanwen-show .fanwen-body h2 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #00afc0;
	text-align: center;
}
.hqk-fanwen-show .fanwen-body h5 a,
.hqk-fanwen-show .fanwen-body p strong a,
.hqk-fanwen-show .fanwen-body h2 a{
	color: #00afc0;
}
.hqk-fanwen-show .mzsm {
	font-size: 12px;
	color: #999;
	line-height: 1.75;
	padding-bottom: 30px;
	padding-top: 25px;
	border-top: 1px solid #f1f1f1;
}

/* 翻页 */
.hqk-fanwen-show .page-con {
	margin: 50px 0 30px 0;
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
}

.hqk-fanwen-show .page-con ul li {
	display: block;
	width: 100%;
}

.hqk-fanwen-show .page-con ul li a {
	display: block;
	border: none;
	text-align: left;
	height: auto;
	line-height: 32px;
	color: #222;
	font-size: 14px;
	padding-left: 0;
}

.hqk-fanwen-show .page-con ul li:hover a {
	text-decoration: none;
	color: #00afc0;
}

/* 范文详情右侧 */
.hqk-fanwen-show a:hover {
	text-decoration: none;
}

.hqk-fanwen-show .qikan-box {
	border: none;
	margin-bottom: 15px;
	background-color: #f9f9f9;
}

.hqk-fanwen-show .qikan-box .box-pic {
	padding: 30px 35px 8px 30px;
	margin: 0;
}

.hqk-fanwen-show .qikan-box .box-pic img {
	width: 180px;
	height: 240px;
}

.hqk-fanwen-show .qikan-box .box-info p.name a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.hqk-fanwen-show .qikan-box .box-info p.jb a {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #777;
}

.hqk-fanwen-show .qikan-box .box-item {
	line-height: 28px;
	margin: 15px 20px 15px 20px;
}

.hqk-fanwen-show .qikan-box .box-item dd {
	font-size: 13px;
	line-height: 28px;
	color: #333;
}

.hqk-fanwen-show .qikan-box .box-item dd span {
	color: #333;
}

.hqk-fanwen-show .qikan-box .box-item dd a {
	color: #333;
}

.hqk-fanwen-show .qikan-box .box-but {
	margin: 0 20px;
	padding-bottom: 30px;
}

.hqk-fanwen-show .qikan-box .box-but a {
	width: 96px;
	height: 28px;
	color: #fff;
	border: none;
	border-radius: 4px;
}

.hqk-fanwen-show .qikan-box .box-but a.btn1 {
	background-color: #04a2ca;
	margin-right: 14px;
}

.hqk-fanwen-show .qikan-box .box-but a.btn2 {
	background-color: #04bbc6;
}

/* 咨询广告块 */
.hqk-fanwen-show .adzx-box ul li {
	width: 100%;
	height: 110px;
	padding: 0 20px;
	margin-bottom: 10px;
}

.hqk-fanwen-show .adzx-box ul li:first-of-type {
	background: url(../image/ad_fw_wmfw.png) no-repeat;
}

.hqk-fanwen-show .adzx-box ul li:nth-of-type(2) {
	background: url(../image/ad_fw_qkfw.png) no-repeat;
}

.hqk-fanwen-show .adzx-box ul li a {
	width: 90%;
}

.hqk-fanwen-show .adzx-box ul li h2 {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 4px;
}

.hqk-fanwen-show .adzx-box ul li p {
	font-size: 13px;
	color: #333;
}

.hqk-fanwen-show .adzx-box ul li span {
	display: block;
	width: 80px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	background-color: #00afc0;
	border-radius: 13px;
	font-size: 12px;
	color: #fff;
	margin-top: 12px;
}

.hqk-fanwen-show .adzx-box ul li:nth-of-type(2) span {
	background-color: #5e92e8;
}

.hqk-fanwen-show .adzx-box ul li:hover span {
	opacity: .8;
}

/* 期刊知识正文 */
.hqk-zhishi-show .fanwen-title h2 {
	float: none;
	width: 100%;
	text-align: center;
}

.hqk-zhishi-show .fanwen-title p.time {
	text-align: center;
}

/* 期刊知识热门期刊 */
.hqk-zhishi-show .qkzs-rmqk {
	border-top: 1px solid #ddd;
	padding: 35px 0 15px 0;
}

.hqk-zhishi-show .qkzs-rmqk .box-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

.hqk-zhishi-show .qkzs-rmqk ul li {
	float: left;
	width: 262px;
	margin-right: 50px;
	margin: 0 50px 30px 0;
}

.hqk-zhishi-show .qkzs-rmqk ul li:nth-of-type(3n) {
	margin-right: 0;
}

.hqk-zhishi-show .qkzs-rmqk ul li .item-img {
	float: left;
	width: 78px;
	height: 108px;
	margin-right: 12px;
}

.hqk-zhishi-show .qkzs-rmqk ul li .item-img img {
	width: 100%;
	height: 100%;
}

.hqk-zhishi-show .qkzs-rmqk ul li .item-info h4 {
	font-size: 14px;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk-zhishi-show .qkzs-rmqk ul li .item-info p {
	font-size: 12px;
	color: #777;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk-zhishi-show .qkzs-rmqk ul li:hover a {
	text-decoration: none;
}

/*内页改版*/
.table {
	display: table;
}

.table_cell {
	display: table-cell;
	vertical-align: middle;
}

.qk-body {
	background-color: #f3f5f9;
}

.qk-body a:hover {
	text-decoration: none;
}

.qk-body .top-box {
	background-color: #33bfd1;
	border: none;
	color: #dbedf3;
}

.qk-body .top-box a {
	color: #dbedf3;
}

.qk-body .top-box .gqdm span {
	color: #dbedf3;
}

.qk-header {
	height: auto;
	min-height: 510px;
	background: url(../image/qk_new/bg_qk_new.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	min-width: 1202px;
	margin-top: -2px;
}

.qk-header .border-header {
	background-color: #4ec9d8;
}

.qk-header .inner-box {
	width: 1202px;
	height: auto;
	min-height: 510px;
	position: relative;
}

.qk-header .bottom-panel>h1 {
	font-size: 46px;
	font-weight: bold;
	line-height: 1;
	-webkit-line-clamp: 6;
}

.qk-header .bottom-panel span.title-tag {
	background-color: transparent;
	padding: 0;
	vertical-align: middle;
	margin: 20px 0 0 0;
	display: block;
}

.qk-header .bottom-panel span.title-tag a {
	display: inline-block;
	font-weight: normal;
	padding: 0 12px;
	border-radius: 2px;
	background-color: #f3f5f9;
	margin-right: 12px;
	color: #00b0c9;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 32px;
}


.qk-header .bottom-panel span.title-tag a::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(../images/icon_qk_qkjb.png) no-repeat;
	vertical-align: middle;
	margin: 0 8px 4px 0;
}

.qk-header .bottom-panel span.title-tag a:hover {
	opacity: .8;
}

.qk-header .bottom-panel>ul {
	margin: 20px 0 30px 0;
	max-width: 65%;
}

.qk-header .bottom-panel>ul>li {
	font-size: 14px;
	color: #fff;
	line-height: 1.75;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qk-header .bottom-panel>ul>li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qk-header .bottom-panel-btns {
	padding-bottom: 72px;
	max-width: 65%;
}

.qk-header .img-box {
	position: absolute;
	right: 0;
	top: 110px;
	width: 226px;
	height: 305px;
}

.qk-header .img-box img {
	width: 226px;
	height: 305px;
}
.qk-header a.btn_collect{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 80px;
	top: 427px;
}
.qk-header a.btn_collect:hover{
	color: #fff;
}
.qk-header a.btn_collect i.jrsc{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/hqk_icon_collect.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}
.qk-header a.btn_collect:hover i.jrsc{
	background: url(../images/hqk_icon_collected.png) no-repeat;
}
.qk-header a.btn_collect i.ysc{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/hqk_icon_collected.png) no-repeat;
	vertical-align: middle;
	margin: 0 6px 2px 0;
}
.qk-header .bottom-panel-btns>a.dyobtn1 {
	background-color: #5698ff;
}

.qk-header .bottom-panel-btns>a.dyobtn2 {
	background-color: #ffc73e;
}

.qk-header .bottom-panel-btns>a.dyobtn3 {
	background-color: #2beaee;
}

.qk-header .bottom-panel-btns>a.dyobtn1:hover {
	background-color: #438dff;
}

.qk-header .bottom-panel-btns>a.dyobtn2:hover {
	background-color: #edb220;
}

.qk-header .bottom-panel-btns>a.dyobtn3:hover {
	background-color: #13dde1;
}

/* 期刊内页---基本信息 */
.qk-body .block-qk-jbxx {
	height: 140px;
	background-color: #fff;
	margin-bottom: 45px;
	margin-top: -42px;
	position: relative;
}

.qk-body .block-qk-jbxx ul li {
	float: left;
	width: 324px;
	height: 140px;
	position: relative;
	text-align: left;
	font-size: 14px;
	display: table;
	padding-left: 30px;
}

.qk-body .block-qk-jbxx ul li div p {
	line-height: 2;
	padding-right: 20px;
	width: 292px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qk-body .block-qk-jbxx ul li div p .price {
	color: #f62d2d;
}

.qk-body .block-qk-jbxx ul li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 33px;
	width: 1px;
	height: 74px;
	background-color: #ebebeb;
}

.qk-body .block-qk-jbxx li.firstli {
	width: 230px;
	padding: 40px 0 0 48px;
	text-align: left;
}

.qk-body .block-qk-jbxx li.firstli>h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.qk-body .block-qk-jbxx li.firstli>h3 {
	font-size: 14px;
	font-weight: normal;
	color: #cac9c9;
}

/*期刊内页---内容*/
.qk-content {
	padding: 0 80px 40px;
	background-color: #fff;
	margin-bottom: 20px;
}

.qk-content .title-common {
	text-align: center;
}

.qk-content .title-common h3 {
	font-size: 28px;
	padding-top: 46px;
}

.qk-content .title-common p,
.qk-content .title-common p a {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.qk-content .title-common p a:hover {
	opacity: .8;
}

.qk-content .article-common {
	margin-top: 30px;
}

.qk-content .article-common>p {
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 30px;
}
.contentBox>p{
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 30px;
}
.qk-content .article-common>p:last-of-type {
	margin-bottom: 0;
}
.contentBox-btn{
	color: #00abba;
	font-size: 13px;
	line-height: 38px;
	cursor: pointer;
}
.dy-content .article-common>p img {
	border: 0;
	vertical-align: middle;
	text-align: center;
}

.qk-content .common-margin {
	margin-top: 40px;
}

/*期刊内页---发表流程*/
.block-qk-fblc .fwlc-content {
	padding: 30px 0 0 0;
}

.block-qk-fblc .fwlc-content>a>ul>li {
	width: 173px;
}

/*期刊内页---收录与荣誉*/
.block-qk-slry .t_slry {
	height: 36px;
	line-height: 36px;
	background-color: #f3f4f7;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 0 16px;
	color: #000;
	display: inline-block;
	margin-top: 22px;
}

.block-qk-slry ul {
	margin-top: 22px;
}

.block-qk-slry ul li {
	width: 30%;
	margin-right: 3%;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}

.block-qk-slry ul li a,
.block-qk-slry ul li span {
	display: block;
	font-size: 15px;
	line-height: 32px;
	padding-left: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*期刊内页---统计数据*/
.block-qk-tjsj .dl-dlnumbox>div>div {
	width: 793px;
}

.block-qk-tjsj .dl-dldaboxcommon {
	height: 410px;
	border: 1px solid #eee;
}

.block-qk-tjsj .dl-dltime {
	margin: 0;
}

.block-qk-tjsj .dldltext2 {
	width: 49.5%;
	float: left;
	margin-right: 1%;
}

.block-qk-tjsj .dldltext h5 {
	margin-bottom: 16px;
}

.block-qk-tjsj .dldltext2:nth-of-type(2n-1) {
	margin-right: 0;
}

/*期刊内页---文章摘录*/
.block-qk-wzzl ul li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
}

.block-qk-wzzl ul li:nth-child(odd) {
	background-color: #f9f9f9;
}

.block-qk-wzzl ul li a {
	display: inline-block;
	width: 49.5%;
	padding-left: 24px;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-wzzl ul li p {
	display: inline-block;
	width: 49.5%;
	padding-right: 24px;
	text-align: right;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-wzzl ul li p span:first-of-type {
	margin-right: 6px;
}

/*期刊内页---成交记录*/
.block-qk-cjjl dl dt,
.block-qk-cjjl dl dd {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
}

.block-qk-cjjl dl dt {
	background-color: #eee;
	font-weight: bold;
}

.block-qk-cjjl dl dt span.price {
	color: #333;
}

.block-qk-cjjl dl dt span.date {
	width: 166px;
	color: #333;
	text-align: left;
}

.block-qk-cjjl dl span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

.block-qk-cjjl dl span.date {
	width: 166px;
	color: #999;
	float: right;
}

.block-qk-cjjl dl span.user {
	width: 170px;
	margin-left: 10px;
	text-align: left;
}

.block-qk-cjjl dl span.price {
	width: 170px;
	font-family: "Arial";
	color: #ff2929;
}

.block-qk-cjjl dl span.num {
	width: 60px;
	text-align: center;
}

.block-qk-cjjl dl span.specs {
	width: 350px;
}

.block-qk-cjjl dl dd:nth-child(even) {
	background-color: #f9f9f9;
}

.block-dy-cjjl dl dd:nth-child(odd) {
	background-color: #f9f9f9;
}

.block-dy-cjjl dl dd:nth-child(even) {
	background-color: #fff;
}

/*期刊内页---其他服务咨询*/
.block-qk-qtfwzx ul li {
	width: 24%;
	height: 162px;
	background-color: #fafafa;
	text-align: center;
}

.block-qk-qtfwzx ul li div {
	width: 76px;
	height: 86px;
	margin: 14px auto 10px;
	background: url(../image/qk_new/icon_qk_qtfwzx.png) no-repeat;
}

.block-qk-qtfwzx ul li:first-of-type div {
	background-position: -37px 0;
}

.block-qk-qtfwzx ul li:nth-of-type(2) div {
	background-position: -295px 0;
}

.block-qk-qtfwzx ul li:nth-of-type(3) div {
	background-position: -554px 0;
}

.block-qk-qtfwzx ul li:last-of-type div {
	background-position: -807px 0;
}

.block-qk-qtfwzx ul li b {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

/*期刊内页---我们的亮点*/
.block-qk-ourld ul li {
	width: 49%;
	height: 115px;
	background-color: #fafafa;
}

.block-qk-ourld ul li .left-img {
	float: left;
	width: 18%;
	height: 100%;
	background: url(../image/qk_new/icon_qk_ourld.png) no-repeat;
}

.block-qk-ourld ul li .right-text {
	float: left;
	width: 82%;
	padding-top: 34px;
}

.block-qk-ourld ul li:first-of-type,
.block-qk-ourld ul li:nth-of-type(2) {
	margin-bottom: 12px;
}

.block-qk-ourld ul li:first-of-type .left-img {
	background-position: 18px 30px;
}

.block-qk-ourld ul li:nth-of-type(2) .left-img {
	background-position: -514px 30px;
}

.block-qk-ourld ul li:nth-of-type(3) .left-img {
	background-position: 18px -94px;
}

.block-qk-ourld ul li:last-of-type .left-img {
	background-position: -514px -100px;
}

.block-qk-ourld ul li .right-text b {
	display: block;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 6px;
}

.block-qk-ourld ul li .right-text p {
	font-size: 14px;
	color: #999;
}

/*期刊内页---特别说明*/
.block-qk-tbsm p {
	font-size: 12px;
	line-height: 1.75;
	margin-top: 20px;
	color: #999;
}

.block-qk-tbsm p a {
	color: #999;
}

.block-qk-tbsm p a:hover {
	color: #00afc0;
}

/* 期刊内页---网友评论 */
.reply-form {
	margin-top: 10px;
}

.reply-form .reply-input {
	line-height: 24px;
	text-indent: 0;
	background-color: #fff;
	border: 1px solid #eaeaea;
	margin-left: 110px;
	border-radius: 5px;
}

.reply-form .reply-input .c {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 98%;
	height: 72px;
	line-height: 24px;
	margin: 5px 1%;
	overflow: hidden;
}

.reply-form .reply-but {
	margin-top: 5px;
	text-align: right;
}

.reply-form .reply-but a {
	border: none;
	font-size: 12px;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}

.reply-form div.reply-but a:hover {
	border: none;
}

.reply-form .reply-but a.s {
	color: #fff;
	background-color: #00b1c6;
}

.reply-form .reply-but a.s:hover {
	color: #fff;
	background-color: #00b1c6;
}

.reply-form .reply-but a.e {
	color: #fff;
	background-color: #444;
}

.reply-form .reply-but a.e:hover {
	color: #fff;
	background-color: #333;
}

.dyocomm-box {
	padding: 24px 30px 25px 30px;
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #f8f8f8;
}

.dyocomm-box img {
	float: left;
	width: 53px;
	height: 53px;
	border-radius: 100%;
}

.dyocomm-body {
	width: 900px;
	float: left;
	margin-left: 22px;
}

.dyocomm-body h5 {
	margin: 2px 0 4px 0;
	font-size: 16px;
	color: #333;
}

.dyocomm-body h5 a {
	float: right;
	font-size: 12px;
	font-weight: 400;
	color: #00aad1;
}

.dyocomm-body h5 a:before {
	display: none;
	content: "\e744";
	margin-right: 5px;
	font-size: 16px;
	font-family: "iconfont";
	vertical-align: middle;
}

.dyocomm-body h5 i {
	font-style: normal;
}

.dyocomm-body span {
	font-size: 14px;
	color: #999;
}

.dyocomm-body p {
	margin-top: 12px;
	font-size: 14px;
	color: #999;
}

.dyocomm-replay {
	width: 898px;
	margin: 15px 10px 0 0;
	padding: 0 20px;
	float: right;
	border-top: 1px solid #eaeaea;
}

.dyocomm-replay>div {
	padding: 15px 0;
	border-bottom: 1px solid #eaeaea;
}

.dyocomm-replay div div {
	width: 780px;
	margin-left: 15px;
	float: left;
}

.dyocomm-replay h5 {
	margin: 0 0 3px 0;
	font-size: 15px;
	font-weight: 400;
	color: #999;
}

.dyocomm-replay h5 a {
	float: right;
	font-size: 12px;
	color: #00aad1;
}

.dyocomm-replay span {
	font-size: 14px;
	color: #999;
}

.dyocomm-replay p {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}

.dyocomm-text {
	width: 100%;
	margin-top: 20px;
}

.dyocomm-text textarea {
	width: 100%;
	height: 73px;
	padding: 5px 1% 6px 1%;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	outline: none;
	resize: none;
	line-height: 25px;
	border: 1px solid #eaeaea;
}

.dyocomm-text div {
	display: inline-block;
	float: right;
	margin-top: 5px;
}

.dyocomm-info p {
	display: inline-block;
	font-size: 12px;
}

.dyocomm-info p a {
	color: #333;
}

.dyocomm-info span {
	margin-left: 8px;
	color: #999;
}

.dyocomm-info>a {
	display: inline-block;
	width: 123px;
	height: 38px;
	margin-left: 30px;
	line-height: 38px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	border-radius: 3px;
	background-color: #00a1cd;
}

.dyocomm-info>a:hover {
	background-color: #0495bc;
}

.dyocomm-info p .red {
	color: #c40000;
}

.reply-form {
	margin-right: 10px;
}

.reply-form .reply-input {
	margin: 12px 0 0 76px;
}

.reply-form .reply-but {
	margin-top: 14px;
}

.reply-form .reply-input .c {
	resize: none;
}

.hauto {
	height: auto !important;
}

/*期刊内页---热门期刊*/
.block-qk-rmqk {
	margin-bottom: 20px;
}

.block-qk-rmqk>div {
	background-color: #fff;
	padding: 32px 32px 20px 32px;
	box-sizing: border-box;
}

.block-qk-rmqk h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #585858;
}

.block-qk-rmqk ul li {
	float: left;
	width: 16.66%;
	font-size: 14px;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-qk-rmqk ul li a {
	color: #585858;
}

.block-qk-rmqk ul li a:hover {
	color: #00afc0;
}

/*订阅部分*/
.dy-body .box-price-dy {
	width: 65%;
	margin: 10px 0 44px 0;
}

.dy-body .box-price-dy .price-line {
	font-size: 16px;
	color: #fff;
}

.dy-body .box-price-dy .price-line i {
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	color: #ffd200;
}

.dy-body .box-price-dy .price-line .sell-val {
	font-size: 24px;
	font-weight: bold;
	color: #ffd200;
}

.dy-body .box-price-dy .price-line .sell-discount {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background-color: #38c4d7;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border-radius: 2px;
	border: none;
	vertical-align: middle;
	margin: 0 0 8px 10px;
}

.dy-body .box-price-dy .price-line .sell-name {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.dy-body .box-price-dy .price-line .market-val-box {
	display: inline-block;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.77);
	text-decoration: line-through;
	vertical-align: middle;
	margin: 0 0 8px 14px;
}

.dy-body .box-price-dy .price-line .sell-offline {
	display: block;
	font-size: 24px;
	margin: 20px 0;
	color: #6f6f6f;
	font-weight: bold;
}

.dy-body .box-price-dy .price-line .market-val-box i {
	font-size: 14px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.77);
}

.dy-body .box-price-dy .specs-line {
	margin-top: 10px;
}

.dy-body .box-price-dy .specs-line li {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 5px 15px 5px 0;
	background: #32c2d7;
	outline: 1px solid #32c2d7;
	float: left;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.59);
}

.dy-body .box-price-dy .specs-line li.action,
.dy-body .box-price-dy .specs-line li:hover {
	outline: 1px solid #99e0ea;
	background: #38c4d7 url(../image/dy_new/bg_dy_gg.png) no-repeat right -1px bottom;
	color: rgba(255, 255, 255, 1);
}

.dy-body .box-price-dy .specs-line li span {
	display: block;
	height: 30px;
	line-height: 30px;
}

.dy-body .store-val {
	visibility: hidden;
}

/* 商品信息 */
.dy-body .box-nums {
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 6px;
}

.dy-body .box-nums dt {
	width: 66px;
	height: 54px;
	background-color: #31c1d6;
	padding-top: 4px;
	display: block;
	float: left;
	border-radius: 2px;
}

.dy-body .box-nums dt span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.dy-body .box-nums dt input {
	width: 50px;
	height: 22px;
	line-height: 22px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	border-left: none;
	border-right: none;
	background: transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	outline: medium;
	color: #fff;
	font-weight: bold;
}

.dy-body .box-nums dd {
	float: left;
	margin-left: 2px;
}

.dy-body .box-nums dd a {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-color: #31c1d6;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.dy-body .box-nums dd a:first-of-type {
	margin-bottom: 2px;
}

.dy-body .qk-header {
	height: auto;
	min-height: 510px;
	background-size: 100% 100%;
}

.dy-body .qk-header .inner-box {
	height: auto;
}

.dy-body .bottom-panel-btns {
	padding-bottom: 120px;
}

.dy-body .cbs-header .bottom-panel-btns>a.dyobtn1::before {
	display: none;
}

.dy-body .cbs-header .bottom-panel-btns>a.dyobtn2::before {
	background: url(../image/dy_new/icon_dy_cart.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

/*发货时间*/
.dy-body .block-qk-fhsj ul li {
	width: 49.5%;
	margin-bottom: 1%;
	height: 120px;
	background-color: #f9f9f9;
	padding: 22px;
}

.dy-body .block-qk-fhsj ul li:first-of-type,
.dy-body .block-qk-fhsj ul li:nth-of-type(2) {
	padding-top: 32px;
}

.dy-body .block-qk-fhsj ul li b {
	display: block;
	font-size: 16px;
	color: #05b2c5;
	margin-bottom: 10px;
}

.dy-body .block-qk-fhsj ul li p {
	font-size: 14px;
	color: #777;
	line-height: 1.75;
}

/*快递说明*/
.dy-body .block-qk-kdsm ul li {
	width: 32.5%;
	height: 204px;
	background-color: #f9f9f9;
	text-align: center;
	padding: 16px 42px 0 42px;
}

.dy-body .block-qk-kdsm ul li .top-img {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin-bottom: 12px;
	border-radius: 100%;
	background: url(../image/dy_new/icon_dy_kdsm.png) no-repeat;
}

.dy-body .block-qk-kdsm ul li:nth-of-type(2) .top-img {
	background-position: -85px 0;
}

.dy-body .block-qk-kdsm ul li:nth-of-type(3) .top-img {
	background-position: -170px 0;
}

.dy-body .block-qk-kdsm ul li b {
	display: block;
	font-size: 18px;
	color: #444;
	margin-bottom: 6px;
}

.dy-body .block-qk-kdsm ul li p {
	font-size: 15px;
	color: #939393;
	line-height: 1.5;
}

/* 列表 */
.dyoshai-qkdy {
	padding: 0;
}

.dyoshai-qkdy>div .l,
.dyoshai-qkdy b,
.dyoshai-qkdy .box-item .l,
.dyoshai-qkdy .box-item .l b {
	background-color: #f2f7f8;
}

.dyoshai-qkdy b,
.dyoshai-qkdy .box-item .l b {
	padding-top: 17px;
	font-size: 14px;
	text-align: center;
}

.dyoshai-qkdy>div,
.dyoshai-qkdy .box-item {
	display: flex;
	align-items: stretch;
	margin-bottom: 0;
	border-bottom: 1px dashed #eee;
}

.dyoshai-qkdy>div .r,
.dyoshai-qkdy .box-item .r {
	padding: 22px 22px 10px 22px;
}

.dyoshai-qkdy>div .r>a {
	float: left;
	color: #333;
}

.dyoshai-qkdy>div .r a.btn-bx {
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	color: #333;
}

.dyoshai-qkdy>div .r a.btn-bx:hover {
	cursor: pointer;
	color: #fc0000;
}

.dyoshai-qkdy>div .r a.action,
.dyoshai-qkdy>div .r a.app-menu-active {
	/* width: 50px; */
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	background-color: #00afc0;
	border-radius: 5px;
	text-align: center;
}

.dyoshai-qkdy>div .r>p {
	width: 970px;
	float: left;
	overflow: hidden;
}

.dyoshai-qkdy p a {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 20px;
	min-width: auto;
}

.dyoshai-qkdy .split {
	display: block;
	width: 100%;
	height: 1px;
	margin: 12px 0 8px 0;
	overflow: hidden;
	border-bottom: 1px dotted #eaeaea;
}

.dyoshai-qkdy p a:hover {
	cursor: pointer;
}

.dyoshai-qkdy .box-item .r ul li {
	margin-right: 16px;
	float: left;
	cursor: pointer;
	position: relative;
}

.dyoshai-qkdy .box-item .r ul li.active {
	border-color: #fc0000;
}

.dyoshai-qkdy .box-item .r ul li.active select {
	color: #fc0000;
}

.dyoshai-qkdy .box-item .r ul li select {
	display: inline-block;
	height: 28px;
	padding: 0 6px 0 8px;
	float: left;
	line-height: 28px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #d7d7d7;
	font-size: 12px;
	color: #2a2a2a;
	outline: none;
}

.dyoshai-qkdy .box-item .r ul li select.action {
	color: #00afc0;
	border: 1px solid #00afc0;
}

.dyoshai-qkdy .box-item .r ul li select:hover {
	cursor: pointer;
}

.dyoshai-qkdy .box-item .r ul li select:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 9px 0 0 10px;
	background: url(../img/dyo-icon14.png) no-repeat;
}

.dyosort-qkdy {
	padding-left: 0;
	height: 54px;
	line-height: 54px;
}

.dyosort-qkdy>a {
	width: 116px;
	height: 54px;
	line-height: 54px;
	border-right: 1px solid #eaeef5;
}

.dyosort-qkdy>a:after {
	height: 12px;
	margin: 2px 0 0 7px;
	vertical-align: middle;
	background: url(../image/qk_new/icon_list_arrow1.png) no-repeat center;
}

.dyosort-qkdy>a.active:after {
	vertical-align: middle;
	margin-top: 0;
	background: url(../image/qk_new/icon_list_arrow2.png) no-repeat center bottom 1px;
}

.dyosort-qkdy>a.pricelow:after {
	transform: rotate(180deg);
	background-position-y: top;
	margin-bottom: 2px;
}

.dyosort-qkdy>a.pricelow.active:after {
	margin-top: -2px;
	background-position-y: bottom;
}

.dyosort-qkdy .dyosort-r>a {
	width: 80px;
	height: 24px;
	line-height: 22px;
	border: 1px solid #00afc0;
	color: #00afc0;
	background-color: #f5f5f5;
}

.dyosort-qkdy .dyosort-r>a:hover {
	background-color: #00afc0;
	color: #f5f5f5;
}

.dyosort-qkdy .dyosort-r>a::before {
	display: none;
}

.dyosort-qkdy .dyosort-r p a:hover {
	background-color: #00afc0;
	color: #f5f5f5;
}

.dyoshai-qkdy .dyochoi {
	height: 64px;
}

.dyoshai-qkdy .dyochoi b {
	background-color: #fff;
	padding-top: 0;
	line-height: 24px;
}

.dyoshai-qkdy .dyochoi p a,
.dyoshai-qkdy .dyochoi>a {
	height: 24px;
	line-height: 24px;
	margin-top: 0;
}

.qk-list-body .block-qk-list .list-ad-each .liright ul {
	margin-top: 20px;
}

.qk-list-body .block-qk-list .list-ad-each .liright .qksl {
	margin-top: 28px;
}

.qk-list-body .block-qk-list .list-ad-each-sci .liright ul {
	margin-top: 14px;
}

.qk-list-body .block-qk-list .list-ad-each-sci .liright .qksl {
	margin-top: 22px;
}

.qk-list-body .block-qk-list .list-ad-each .liright .qksl a,
.qk-list-body .block-qk-list .list-ad-each .liright .qksl span {
	display: inline-block;
	font-size: 12px;
	color: #999;
	height: 24px;
	line-height: 22px;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 0 16px;
	letter-spacing: 1px;
	vertical-align: middle;
	margin: 0 8px 2px 0;
}

.qk-list-body .block-ad-list .list-ad-each .liright h2 {
	margin-top: -6px;
}

.qk-list-body .block-ad-list .list-ad-each-sci .liright h2 {
	margin-top: -4px;
}

.qk-list-body .block-ad-list .list-ad-each-sci .liright h2>b {
	display: inline-block;
	vertical-align: super;
}

.qk-list-body .block-ad-list .list-ad-each-sci .liright h2>p {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-top: -6px;
}

.qk-list-body .block-ad-list .list-ad-each .liright h2>a {
	max-width: 70%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qk-list-body .block-ad-list .list-ad-each .liright h2 .qkjb {
	display: inline-block;
	margin-left: 20px;
	vertical-align: super;
}

.qk-list-body .block-ad-list .list-ad-each .liright h2 .qkjb a,
.qk-list-body .block-ad-list .list-ad-each .liright h2 .qkjb span {
	display: inline-block;
	font-size: 12px;
	color: #999;
	height: 24px;
	line-height: 24px;
	background-color: #f4f4f4;
	border-radius: 20px;
	padding: 0 16px;
	letter-spacing: 1px;
	vertical-align: middle;
	margin: 0 10px -2px 0;
	font-weight: normal;
}


/*迭代---首页*/
.index-body i {
	font-family: "iconfont";
	font-style: normal;
	vertical-align: middle;
}

.container a:hover {
	text-decoration: none;
}

.top-box-index {
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	color: #777;
}

.top-box-index .l b,
.top-box .l b {
	color: #ff510c;
}

.qk-body .top-box .l b {
	color: #ffc73e;
}

.top-box-index .r a {
	color: #777;
}

.top-menu-index {
	height: 422px;
	background-color: #00abba;
	color: #fff;
}

/*菜单*/
.top-menu-index .menu {
	height: 72px;
	line-height: 72px;
}

.top-menu-index .menu .menu-item ul li {
	float: left;
}

.top-menu-index .menu .menu-item ul li a {
	color: #fff;
	font-size: 15px;
	margin-left: 40px;
	display: inline-block;
	max-width: 175px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top-menu-index .menu .menu-item ul li a.dlicar:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../image/icon_hqk_cart.png) no-repeat;
    vertical-align: middle;
    margin: 0 8px 4px 0;
}
.top-menu-index .menu .menu-item ul li:hover a{
	opacity: .8;
}
.top-menu-index .menu-logo img {
	width: 115px;
	height: 80px;
}

/*中间*/
.top-menu-index .menu-middle {
	margin-top: 40px;
}

.top-menu-index .menu-middle h1 {
	font-size: 46px;
	font-weight: normal;
	text-align: center;
}

.top-menu-index .menu-middle ul {
	text-align: center;
}

.top-menu-index .menu-middle ul li {
	display: inline-block;
}

.top-menu-index .menu-middle ul li a {
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 28px;
	padding: 0 12px;
	border-radius: 20px;
	background-color: #24b7c4;
	vertical-align: top;
	margin: 16px 0 46px 10px;
	color: #fff;
}

/*搜索框*/
.top-menu-index {
	width: 100%;
	min-width: 1200px;
}

.top-menu-index .menu-search {
	width: 925px;
	height: 58px;
	margin: 0 auto;
}

.top-menu-index .menu-search .search-input {
	width: 925px;
	height: 58px;
	border-radius: 2px;
	background-color: #fff;
	overflow: hidden;
}

.top-menu-index .menu-search .search-input .l {
	width: 90%;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	background-color: #fff;
}

.top-menu-index .menu-search .search-input .r {
	width: 10%;
	height: 58px;
	background-color: #fff;
	color: #008de7;
}

.top-menu-index .menu-search .search-input .t {
	border: 0 none;
	outline: 0 none;
	font-size: 14px;
	color: #666;
	width: 20%;
	height: 24px;
	margin: 5px 0 5px 5px;
	display: none;
}

.top-menu-index .menu-search .search-input .q {
	float: left;
	border: 0 none;
	outline: 0 none;
	font-size: 15px;
	color: #666;
	width: 93%;
	height: 58px;
	line-height: 58px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1fffffff, endcolorstr=#1fffffff);
}

.top-menu-index .menu-search .search-input .img-search {
	float: left;
	display: inline-block;
	width: 54px;
	height: 58px;
	line-height: 58px;
	background: #fff url(../image/index/icon_index_search.png) no-repeat 20px center;
	background-size: 24px;
}

.top-menu-index .menu-search .search-input .q:-webkit-autofill,
.top-menu-index .menu-search .search-input .q:-webkit-autofill:hover,
.top-menu-index .menu-search .search-input .q:-webkit-autofill:focus {
	/*背景颜色*/
	box-shadow: 0 0 0 60px #fff inset;
	/*字的颜色*/
	-webkit-text-fill-color: #333;
	font-size: 15px;
	border: 0 none;
	outline: 0 none;
}

.top-menu-index .menu-search .search-input .s {
	border: none;
	width: 100%;
	height: 58px;
	line-height: 58px;
	background-color: #fff;
	color: #00abba;
	font-size: 15px;
	text-align: left;
}

.top-menu-index .menu-search .search-input .s:hover {
	color: #00abba;
	opacity: 0.8;
}

.top-menu-index .menu-search .search-input:hover .s {
	cursor: pointer;
}

.top-menu-index .menu-search .search-item {
	height: 46px;
	line-height: 46px;
}

.top-menu-index .menu-search .search-item a {
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
}

.top-menu-index .menu-search .search-item a:hover {
	opacity: .8;
	color: #fff !important;
}

/*首页迭代---服务分类咨询*/
.block-classify {
	width: 100%;
	min-width: 1200px;
	height: 116px;
	background-color: #f8f8f8;
}

.block-classify>div {
	height: 116px;
	background: #f8f8f8 url(../image/index/logo_index_list1.png) no-repeat center;
}

.block-classify ul li {
	width: 20%;
	padding-left: 80px;
	position: relative;
	display: table;
}

.block-classify ul li:before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 116px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 0;
}

.block-classify ul li:last-of-type:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 116px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 0;
}

.block-classify ul li a {
	height: 116px;
	display: table-cell;
	vertical-align: middle;
}

.block-classify ul li b {
	font-size: 18px;
}

.block-classify ul li p {
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

/*期刊列表*/
.index-common-list {
	padding-bottom: 28px;
}

.index-common-list .common-title {
	padding: 52px 0 36px 0;
}

.index-common-list .common-title a.title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin-left: 0;
}

.index-common-list .common-title a {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin-left: 16px;
}

.index-common-list .common-title a:nth-of-type(2) {
	margin-left: 22px;
}

.index-common-list .common-title a.more {
	float: right;
	margin-right: 6px;
	font-size: 15px;
	font-weight: 400;
	color: #686868;
	letter-spacing: 0;
	position: relative;
	top: 19px;
}

.index-common-list .common-title a.more i {
	margin-left: 7px;
	position: relative;
	top: 0;
}

.index-common-list .common-title a.more i:after {
	content: "+";
	color: #f94221;
	font-size: 16px;
	display: inline-block;
	height: 20px;
	line-height: 16px;
	vertical-align: middle;
}

.index-common-list .common-title a.more i svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: -5px;
	left: -5px;
}

@-webkit-keyframes svgan {
	100% {
		stroke-dashoffset: 0;
	}
}

@-moz-keyframes svgan {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes svgan {
	100% {
		stroke-dashoffset: 0;
	}
}

.index-common-list .common-title a.more:hover {
	color: #f94221;
}

.index-common-list .common-title a.more:hover svg {
	-webkit-animation: svgan 3s linear forwards;
	-moz-animation: svgan 3s linear forwards;
	-ms-animation: svgan 3s linear forwards;
	animation: svgan 3s linear forwards;
	stroke-dasharray: 400;
	stroke-dashoffset: 400;
}

.index-common-list ul li {
	float: left;
	background-color: #f8f8f8;
	width: 276px;
	height: 334px;
	margin: 0 32px 32px 0;
	text-align: center;
}

.index-common-list ul li:nth-of-type(4n) {
	margin-right: 0;
}

.index-common-list ul li .item-image {
	padding: 36px 0 12px 0;
}

.index-common-list ul li .item-image a {
	width: 152px;
	height: 204px;
	display: inline-block;
	overflow: hidden;
}

.index-common-list ul li .item-image a img {
	width: 152px;
	height: 204px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}

.index-common-list ul li .item-image a:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.index-common-list ul li .item-title {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-common-list ul li .item-info-f {
	font-size: 12px;
	color: #9a9a9a;
	margin-top: 6px;
	height: 18px;
	line-height: 18px;
}

.index-common-list ul li .item-info-s {
	font-size: 14px;
	color: #f00;
	margin-top: 4px;
}

.index-common-list ul li .item-info-zky {
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

.index-common-list ul li .item-info-zky span.red {
	color: #ff0505;
}

.index-qk-list2 {
	background-color: #f8f8f8;
}

.index-adbox {
	padding: 20px 0;
	background-color: #f8f8f8;
}

.index-qk-list2 ul li {
	background-color: #fff;
}

.index-body .common-title-black {
	text-align: center;
}

.index-body .common-title-black h2 {
	font-size: 32px;
	padding-top: 46px;
	color: #333;
}

.index-body .common-title-black p {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}

.index-body .common-title-white h2 {
	color: #fff;
}

.index-body .common-title-white p {
	color: #DFDFDF;
}

/*首页---为什么我们要期刊发表*/
.block-index-why {
	width: 100%;
	min-width: 1200px;
	height: 570px;
	background: url(../image/index/bg_index_why.png) no-repeat center;
}

.block-index-why .common-title-white h2 {
	padding-top: 60px;
}

.block-index-why ul {
	margin-top: 60px;
}

.block-index-why ul li {
	width: 25%;
	height: 300px;
	background-color: #fff;
	text-align: center;
}

.block-index-why ul li:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.block-index-why ul li div {
	width: 122px;
	height: 118px;
	margin: 40px auto 30px;
	background: url(../image/index/icon_index_why.png) no-repeat;
	background-position: 0 0;
}

.block-index-why ul li:nth-of-type(2) div {
	background-position: -290px 0;
}

.block-index-why ul li:nth-of-type(3) div {
	background-position: -592px 0;
}

.block-index-why ul li:last-of-type div {
	background-position: -892px 0;
}

.block-index-why ul li b {
	font-size: 20px;
	font-weight: normal;
}

.block-index-why ul li p {
	font-size: 15px;
	color: #999;
	line-height: 1.75;
	padding: 0 52px;
	padding-top: 8px;
}

/*首页---选择我们的理由*/
.block-index-chooseus {
	width: 100%;
	min-width: 1200px;
	height: 590px;
	background: #fff url(../image/index/bg_index_chooseus.png) no-repeat center;
}

.block-index-chooseus ul {
	margin-top: 90px;
}

.block-index-chooseus ul li {
	width: 25%;
	height: 300px;
	text-align: center;
}

.block-index-chooseus ul li div {
	width: 150px;
	height: 150px;
	border-radius: 150px;
	margin: 0 auto 50px;
	background: #ebebeb url(../image/index/icon_index_chooseus.png) no-repeat;
	background-position: 50px 50px;
}

.block-index-chooseus ul li:nth-of-type(2) div {
	background-position: -264px 50px;
}

.block-index-chooseus ul li:nth-of-type(3) div {
	background-position: -562px 50px;
}

.block-index-chooseus ul li:last-of-type div {
	background-position: -862px 50px;
}

.block-index-chooseus ul li b {
	font-size: 20px;
	font-weight: normal;
}

.block-index-chooseus ul li p {
	font-size: 15px;
	color: #999;
	line-height: 1.75;
	padding: 0 44px;
	padding-top: 8px;
}

/*首页---服务流程*/
.block-index-fwlc {
	width: 100%;
	min-width: 1200px;
	height: 546px;
	background: #fff url(../image/index/bg_index_fwlc.png) no-repeat center;
}

.block-index-fwlc .common-title-white h2 {
	padding-top: 80px;
}

.block-index-fwlc ul {
	padding: 0 25px;
}

.block-index-fwlc ul li {
	width: 16.66%;
	padding-top: 240px;
	text-align: center;
}

.block-index-fwlc ul li:hover b {
	opacity: 0.8;
}

.block-index-fwlc ul li:nth-of-type(2) {
	padding-right: 10px;
}

.block-index-fwlc ul li:nth-of-type(3) {
	padding-right: 16px;
}

.block-index-fwlc ul li:nth-of-type(4) {
	padding-right: 30px;
}

.block-index-fwlc ul li:nth-of-type(5) {
	padding-right: 42px;
}

.block-index-fwlc ul li:last-of-type {
	padding-right: 48px;
}

.block-index-fwlc ul li b {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

.block-index-fwlc ul li p {
	font-size: 13px;
	color: #fff;
	line-height: 1.75;
	padding-top: 4px;
}

/*首页---热门期刊*/
.block-index-rmqk {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 30px;
	background-color: #f8f8f8;
}

.block-index-rmqk h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 12px;
	color: #585858;
	padding-top: 50px;
}

.block-index-rmqk ul li {
	float: left;
	width: 16.66%;
	font-size: 14px;
	margin-bottom: 12px;
}

.block-index-rmqk ul li a {
	color: #585858;
}

.block-index-rmqk ul li a:hover {
	opacity: 0.8;
}

/* 全局搜索 */
.block-fullsearch {
	background-color: #f9f9f9;
}

/* 首页广告图 */
.hqk-ad-index {
	width: 100%;
	/* height: 88px; */
	height: 100px;
	margin: 0 auto;
	background: url(../ad/400.png) no-repeat center;
	/* background: url(../ad/dy/ad_index_dy.png) no-repeat center; */
	background-size: cover;
	
}
.hqk-ad-index:hover{
	opacity: 0.85;
}
.hqk-ad-index>a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	/* height: 88px; */
	height: 100px;
}
.hqk-ad-index .des{
   margin-left: 238px;
   margin-top: 18px;
}
.hqk-ad-index .des p{
	color: #333;
	font-size: 24px;
	letter-spacing: 1px;
}
.hqk-ad-index .des p:last-of-type{
	margin-left: 37px;
    margin-top: 3px;
}
.hqk-ad-index  .btn{
	display: block;
	width: 144px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #00a2c9;
	color: #fff;
	font-size: 18px;
	margin-right: 375px;
	margin-top: 30px;
	font-weight: bold;
    letter-spacing: 1px;
}
.hqk-ad-index .des p b{
	display: inline-block;
	margin: 0px 12px;
	color: #18bbe1;
    
}
/* 期刊广告页面 */
.hqk-ad-qk {
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 30px auto 0;
	background: url(../ad/dy/ad_content_qk.png) no-repeat center;
	background-size: cover;
}

.hqk-ad-qk .l p .s1 {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #11acde;
	margin-left: 20px;
}

.hqk-ad-qk .l p .s2 {
	display: inline-block;
	font-size: 18px;
	margin-left: 4px;
}

.hqk-ad-qk .l p .price {
	font-size: 18px;
	color: #f20a20;
}
.hqk-ad-qk .r{
	display: flex;
	margin: 21px 20px 0 0;
}
.hqk-ad-qk .r a.buy-add {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #11acde;
	font-size: 15px;
	border: 1px solid #11acde;
	margin-left: 10px;
	border-radius: 4px;
}
.hqk-ad-qk .r a.cart-buy {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color:#11acde ;
	color: #fff;
	font-size: 15px;
	border: 1px solid #11acde;
	margin-left: 10px;
	border-radius: 4px;
}
.hqk-ad-qk a:hover {
	opacity: 0.75;
}

.ad-hqk-sci {
	margin-top: 30px;
}

.ad-hqk-sci>a {
	display: block;
	width: 100%;
	height: 108px;
	background: url(../image/bg_block_ad_sci.png) no-repeat center;
	background-size: cover;
}

.ad-hqk-sci>a:hover {
	opacity: .8;
}

/* 绮惧搧鑼冩枃 */
.gray-body {
	background-color: #f8f8f9;
}

.hqk_jinpin_tag .dlcrumb {
	margin-top: 0;
	margin-bottom: 20px;
}

.hqk_jinpin_tag {
	padding: 20px 0;
}

.hqk_jinpin_tag .const-left {
	height: 98px;
	line-height: 98px;
	background-color: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

.hqk_jinpin_tag .const-left a {
	display: inline-block;
	width: 19px;
	height: 19px;
	line-height: 19px;
	margin: 0 auto;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	margin-left: 23px;
}

.hqk_jinpin_tag .const-list {
	margin-top: 20px;
}

.hqk_jinpin_tag .const-list>div {
	padding: 30px 30px 20px 30px;
	margin-bottom: 15px;
	background-color: #fff;
}

.hqk_jinpin_tag .const-list b {
	display: block;
	width: 50px;
	line-height: 1;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
}

.hqk_jinpin_tag .const-list p {
	display: block;
}

.hqk_jinpin_tag .const-list a {
	width: auto;
	display: inline-block;
	margin: 0 6px 10px 0;
	padding: 0 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}

.hqk_jinpin_tag .const-list a:hover {
	color: #00afc0;
}

.hqk_jinpin_tag .const-left a.active {
	color: #fff;
	background-color: #00afc0;
}

/* 友情链接 */
.block-index-yxfw {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.block-index-yxfw .fwbox {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 35px 0 30px 30px;
}

.block-index-yxfw .fwbox h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.block-index-yxfw .fwbox ul li {
	float: left;
	width: 25%;
	font-size: 14px;
	line-height: 34px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.block-index-yxfw .fwbox:first-of-type {
	margin-right: 24px;
}

.hqk_keyword_list .box-con {
	margin: 0;
}

.hqk_keyword_list .list-box .box-item {
	background-color: #fff;
}

.hqk_keyword_list .sort-box {
	background-color: #fff;
}

.hqk_keyword_list .booknav-box {
	background-color: #fff;
}

.dyoshai-cbs p a {
	min-width: auto;
	text-align: left;
	font-size: 14px;
	padding: 0 20px;
}

.dyoshai-cbs p a:hover {
	cursor: pointer;
}

.dyoshai-cbs>div>a {
	margin-right: 20px;
}

.dyoshai-cbs>div>a:hover {
	cursor: pointer;
}

.dyoshai-cbs>div>a.action,
.dyoshai-cbs>div>p .action {
	width: auto;
}

.hqk_fw_yqlj>b {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.hqk_fw_yqlj ul li {
	float: left;
	width: 16.66%;
	padding-right: 1%;
	font-size: 13px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hqk_fw_yqlj_dy {
	background-color: #fff;
	padding: 20px 32px 20px 32px;
	margin-bottom: 20px;
}

/* 期刊标签 */
.hqk_qkbq_list .qkbq_tit {
	font-size: 30px;
	margin: 30px auto;
	text-align: center;
}

.hqk_qkbq_list em {
	color: #f00;
	font-style: normal;
}

.hqk_qkbq_list .hqk_qklabel_page {
	padding: 12px 26px;
	background-color: #fff;
	margin: 15px auto;
}

.hqk_qkbq_list .hqk_qklabel_page ul li {
	font-size: 14px;
	color: #222;
	line-height: 36px;
}

.hqk_qkbq_list .hqk_qklabel_page ul li:first-of-type {
	float: left;
}

.hqk_qkbq_list .hqk_qklabel_page ul li:nth-of-type(2) {
	float: right;
}

.hqk_qkbq_list .hqk_qklabel_page ul li a {
	font-size: 14px;
	color: #222;
}

.hqk_qkbq_list .hqk_qklabel_page ul li:hover {
	color: #00afc0;
}

.hqk_qkbq_list .hqk_qklabel_page ul li:hover a {
	color: #00afc0;
}

.hqk_qk_pages {
	background-color: #fff;
	padding: 30px 32px;
	margin-bottom: 20px;
}

.hqk_qk_pages ul li {
	float: left;
	width: 50%;
	font-size: 14px;
	color: #222;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hqk_qk_pages ul li:first-of-type{
	padding-right: 4%;
}
.hqk_qk_pages ul li a {
	color: #222;
}

.hqk_qk_pages ul li:hover {
	color: #00afc0
}

.hqk_qk_pages ul li:hover a {
	color: #00afc0
}

.hqk_qk_fqlist .qkwz-box .box-item {
	background-color: #fff;
	padding: 0 50px;
}

.hqk_qk_fqlist .qkwz-box .box-item dd .name {
	height: auto;
	padding: 0;
	margin-bottom: 8px;
}

.hqk_qk_fqlist .qkwz-box .box-item dd .name p {
	font-size: 15px;
}

.hqk_qk_fqlist .right-bar {
	margin-top: 50px;
}

.hqk_qk_fqlist .common-box {
	background-color: #fff;
}

/* 出版社头部 */
.hqk_header_cbs {
	height: 84px;
	line-height: 84px;
	background-color: #fff;
}
.hqk_header_cbs .box-logo {
	width: 115px;
	height: 80px;
	float: left;
	margin-right: 150px;
}
.hqk_header_cbs .box-logo img{
	width: 115px;
}
.hqk_header_cbs .hqk_header_cbs_r {
	float: right;
	font-size: 17px;
}

.hqk_header_cbs .hqk_header_cbs_r>a {
	margin-right: 30px;
}

.hqk_header_cbs .hqk_header_cbs_r>a:last-of-type {
	margin-right: 0;
}


@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot?t=1472441378');
	/* IE9*/
	src: url('../font/iconfont.eot?t=1472441378#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/iconfont.woff?t=1472441378') format('woff'),
		/* chrome, firefox */
		url('../font/iconfont.ttf?t=1472441378') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('../font/iconfont.svg?t=1472441378#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-sitting:before {
	content: "\e64c";
}

.icon-tag:before {
	content: "\e64d";
}

.icon-unlock:before {
	content: "\e655";
}

.icon-money:before {
	content: "\e663";
}
.sci-cgal-box .cgal-box .imgbox>a{
	background:url(https://www.haoqikan.com/theme/haoqikan.com/default/vip/box/image/sci/sci_icon_cgal.png) center no-repeat !important;
}
.icon-people3:before {
	content: "\e664";
}

.icon-mac:before {
	content: "\e667";
}

.icon-windows:before {
	content: "\e668";
}

.icon-android:before {
	content: "\e669";
}

.icon-answer:before {
	content: "\e604";
}

.icon-app:before {
	content: "\e605";
}

.icon-camera:before {
	content: "\e608";
}

.icon-cart:before {
	content: "\e60a";
}

.icon-code:before {
	content: "\e60c";
}

.icon-delete:before {
	content: "\e60f";
}

.icon-deliver:before {
	content: "\e611";
}

.icon-display:before {
	content: "\e612";
}

.icon-enclosure:before {
	content: "\e617";
}

.icon-favor:before {
	content: "\e619";
}

.icon-home:before {
	content: "\e626";
}

.icon-lock:before {
	content: "\e62d";
}

.icon-message:before {
	content: "\e631";
}

.icon-my:before {
	content: "\e635";
}

.icon-service:before {
	content: "\e649";
}

.icon-record:before {
	content: "\e63f";
}

.icon-roundcheck:before {
	content: "\e646";
}

.icon-notification:before {
	content: "\e637";
}

.icon-menu:before {
	content: "\e630";
}

.icon-edit:before {
	content: "\e615";
}

.icon-download:before {
	content: "\e614";
}

.icon-information:before {
	content: "\e627";
}

.icon-more:before {
	content: "\e633";
}

.icon-refresh:before {
	content: "\e640";
}

.icon-anquan:before {
	content: "\e649";
}

.icon-dibiao:before {
	content: "\e64d";
}

.icon-fenxiang:before {
	content: "\e650";
}

.icon-jiaxingshoucang:before {
	content: "\e651";
}

.icon-qian:before {
	content: "\e655";
}

.icon-selectionfill:before {
	content: "\e6e1";
}

.icon-sort:before {
	content: "\e700";
}

.icon-qiang:before {
	content: "\e70b";
}

.icon-choiceness:before {
	content: "\e715";
}

.icon-choicenessfill:before {
	content: "\e714";
}

.icon-roundclose:before {
	content: "\e659";
}

.icon-roundclosefill:before {
	content: "\e658";
}

.icon-rechargefill:before {
	content: "\e6ec";
}

.icon-recharge:before {
	content: "\e6ed";
}

.icon-infofill:before {
	content: "\e6e4";
}

.icon-info:before {
	content: "\e6e5";
}

.icon-attentionforbid:before {
	content: "\e7b2";
}

.icon-attentionforbidfill:before {
	content: "\e7b3";
}

.icon-full:before {
	content: "\e7bc";
}

.icon-lightfill:before {
	content: "\e6f8";
}

.icon-light:before {
	content: "\e6fa";
}

.icon-questionfill:before {
	content: "\e690";
}

.icon-question:before {
	content: "\e691";
}

.icon-roundcheckfill:before {
	content: "\e656";
}

.icon-roundcheck1:before {
	content: "\e657";
}

.icon-likefill:before {
	content: "\e668";
}

.icon-like:before {
	content: "\e669";
}

.icon-timefill:before {
	content: "\e65e";
}

.icon-time:before {
	content: "\e65f";
}

.icon-appreciatelight:before {
	content: "\e7a0";
}

.icon-musicfill:before {
	content: "\e795";
}

.icon-musicforbidfill:before {
	content: "\e796";
}

.icon-sortlight:before {
	content: "\e7ad";
}

.icon-forwardfill:before {
	content: "\e6ea";
}

.icon-forward:before {
	content: "\e6eb";
}

.icon-wifi:before {
	content: "\e6f2";
}

.icon-favorfill:before {
	content: "\e64b";
}

.icon-favor1:before {
	content: "\e64c";
}

.icon-roundaddfill:before {
	content: "\e6d8";
}

.icon-roundadd:before {
	content: "\e6d9";
}

.icon-squarecheck:before {
	content: "\e6d6";
}

.icon-square:before {
	content: "\e6d5";
}

.icon-squarecheckfill:before {
	content: "\e6d4";
}

.icon-round:before {
	content: "\e6d7";
}

.icon-appreciate:before {
	content: "\e644";
}

.icon-message1:before {
	content: "\e6bc";
}

.icon-bangzhuzhongxin:before {
	content: "\e78f";
}

.icon-xiangshang3:before {
	content: "\e76f";
}

.icon-xiangxia5:before {
	content: "\e774";
}

.icon-xiangyou2:before {
	content: "\e776";
}

.icon-xiangzuo2:before {
	content: "\e77a";
}

.icon-xinxifill:before {
	content: "\e762";
}

.icon-xinxi:before {
	content: "\e763";
}

.icon-guanbi1:before {
	content: "\e723";
}

.icon-guanbi2fill:before {
	content: "\e724";
}

.icon-guanbi2:before {
	content: "\e725";
}

.icon-jiahao:before {
	content: "\e726";
}

.icon-jiahao1:before {
	content: "\e727";
}

.icon-jianhao:before {
	content: "\e729";
}

.icon-jiahao2fill:before {
	content: "\e728";
}

.icon-tishifill:before {
	content: "\e72a";
}

.icon-tishi:before {
	content: "\e72b";
}

.icon-wenhaofill:before {
	content: "\e72c";
}

.icon-wenhao:before {
	content: "\e72d";
}

.icon-xuanze:before {
	content: "\e72e";
}

.icon-yuanxingweixuanzhong:before {
	content: "\e72f";
}

.icon-yuanxingxuanzhongfill:before {
	content: "\e730";
}

.icon-yuanxingxuanzhong:before {
	content: "\e731";
}

.icon-danxuanfill:before {
	content: "\e71e";
}

.icon-danxuan:before {
	content: "\e71f";
}

.icon-fangxingweixuanzhong:before {
	content: "\e720";
}

.icon-fangxingxuanzhongfill:before {
	content: "\e721";
}

.icon-fangxingxuanzhong:before {
	content: "\e722";
}

.icon-gengduo:before {
	content: "\e73a";
}

.icon-fenxiang1:before {
	content: "\e739";
}

.icon-biaoxingfill:before {
	content: "\e732";
}

.icon-biaoxing:before {
	content: "\e733";
}

.icon-liuyanfill:before {
	content: "\e743";
}

.icon-liuyan:before {
	content: "\e744";
}

.icon-pengyoufill:before {
	content: "\e745";
}

.icon-pengyou:before {
	content: "\e746";
}

.icon-chexiao:before {
	content: "\e734";
}

.icon-saoma:before {
	content: "\e749";
}

.icon-shouye:before {
	content: "\e751";
}

.icon-shouyefill:before {
	content: "\e750";
}

.icon-shizhong:before {
	content: "\e74f";
}

.icon-shizhongfill:before {
	content: "\e74e";
}

.icon-sousuo:before {
	content: "\e752";
}

.icon-sousuoleimufill:before {
	content: "\e753";
}

.icon-sousuoleimu:before {
	content: "\e754";
}

.icon-zuobiao:before {
	content: "\e769";
}

.icon-zuobiaofill:before {
	content: "\e768";
}

.icon-shuaxin:before {
	content: "\e782";
}

.icon-xiangji1fill:before {
	content: "\e77e";
}

.icon-xiangji1:before {
	content: "\e77f";
}

.icon-xiangji2:before {
	content: "\e780";
}

.icon-gouwuchetianjia:before {
	content: "\e640";
}

.icon-new:before {
	content: "\e667";
}

.icon-mian:before {
	content: "\e67e";
}

.icon-yonghu:before {
	content: "\e633";
}

.icon-print:before {
	content: "\e6c9";
}

.icon-servicezhengpinbaozhang:before {
	content: "\f024c";
}

.icon-new1:before {
	content: "\f0180";
}

.icon-shuji:before {
	content: "\e64e";
}

.icon-xiangji11:before {
	content: "\e82f";
}

.icon-xiangji:before {
	content: "\e830";
}

.icon-weibo3:before {
	content: "\e810";
}

.icon-weibo:before {
	content: "\e811";
}

.icon-weixin1:before {
	content: "\e812";
}

.icon-weixin2:before {
	content: "\e813";
}

.icon-weixin3:before {
	content: "\e814";
}

.icon-weixin4:before {
	content: "\e815";
}

.icon-weixin5:before {
	content: "\e816";
}

.icon-weixin6:before {
	content: "\e817";
}

.icon-weixin:before {
	content: "\e818";
}

.icon-weixin11:before {
	content: "\e819";
}

.icon-tupian1:before {
	content: "\e803";
}

.icon-tupian2:before {
	content: "\e804";
}

.icon-tupian4:before {
	content: "\e806";
}

.icon-tupian:before {
	content: "\e807";
}

.icon-tupian3:before {
	content: "\e805";
}

.icon-tushu:before {
	content: "\e808";
}

.icon-tushuguan:before {
	content: "\e809";
}

.icon-tushushi:before {
	content: "\e80a";
}

.icon-weibo1:before {
	content: "\e80e";
}

.icon-weibo2:before {
	content: "\e80f";
}

.icon-tengxun:before {
	content: "\e7f0";
}

.icon-tengxunweibo1:before {
	content: "\e7f1";
}

.icon-tengxunweibo2:before {
	content: "\e7f2";
}

.icon-tengxunweibo:before {
	content: "\e7f3";
}

.icon-qianbaopengyou:before {
	content: "\e79e";
}

.icon-renren1:before {
	content: "\e7ba";
}

.icon-re:before {
	content: "\e7b9";
}

.icon-renren:before {
	content: "\e7bb";
}

.icon-renrenwang:before {
	content: "\e7bc";
}

.icon-qq:before {
	content: "\e61b";
}

.icon-qqkongjian2:before {
	content: "\e61c";
}

.icon-qqkongjian3:before {
	content: "\e61d";
}

.icon-qqkongjian4:before {
	content: "\e61e";
}

.icon-qqkongjian5:before {
	content: "\e61f";
}

.icon-qqkongjianyuandi:before {
	content: "\e621";
}

.icon-qq1:before {
	content: "\e617";
}

.icon-qq3:before {
	content: "\e618";
}

.icon-qq4:before {
	content: "\e619";
}

.icon-31rexiao:before {
	content: "\e602";
}

.icon-servicefill:before {
	content: "\e622";
}

.icon-bianji1:before {
	content: "\e63f";
}

.icon-bianji2:before {
	content: "\e640";
}

.icon-code1:before {
	content: "\e605";
}

.icon-servicezengyunfeixian:before {
	content: "\e627";
}

.icon-servicezhidingwuliu:before {
	content: "\e629";
}

.icon-serviceqitiantuihuan:before {
	content: "\e623";
}

.icon-serviceshandiantuikuan:before {
	content: "\e625";
}

.icon-servicequanguolianbao:before {
	content: "\e624";
}

.icon-servicewunianzhibao:before {
	content: "\e626";
}

.icon-gouwuche2:before {
	content: "\e6ed";
}

.icon-liebiao13:before {
	content: "\e762";
}

.icon-butie1:before {
	content: "\e658";
}

.icon-dianhua2:before {
	content: "\e6a0";
}

.icon-dengdaiyuan:before {
	content: "\e69b";
}

.icon-piping:before {
	content: "\e792";
}

.icon-zanyang:before {
	content: "\e876";
}

/* showDialog */
#SD_HideSelect {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #SD_HideSelect {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#SD_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

* html #SD_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.SD_overlayBG {
	background: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

.SD_overlayBG2 {
	background: #FFFFFF;
	filter: alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.SD_bg {
	background: #333333;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
	width: 9px;
	height: 9px;
	overflow: hidden;
}

#SD_window {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	overflow: hidden;
	display: none;
}

#SD_container {
	position: relative;
	z-index: 1005;
	background: #FFFFFF;
	border: 1px solid #888888;
	float: left;
}

#SD_container h3 {
	height: 30px;
	line-height: 30px;
	background: #F6F6F6;
	border-bottom: 1px solid #CDCDCD;
	text-indent: 10px;
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	cursor: move;
}

#SD_body {
	padding: 15px;
	white-space: normal;
}

#SD_body,
#SD_body div,
#SD_body p,
#SD_body td {
	color: #000000;
}

#SD_button {
	padding: 10px 0px;
	background: #F6F6F6;
	border-top: 1px solid #CDCDCD;
	text-align: right;
	display: none;
}

#SD_button a {
	margin-right: 10px;
	padding: 6px 10px 4px;
	background: #005EAC;
	border-width: 1px;
	border-style: solid;
	border-color: #D8DFEA #0E1F5B #0E1F5B #D8DFEA;
	white-space: nowrap;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}

#SD_button a:hover {
	text-decoration: none;
}

#SD_close {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 1005;
	width: 17px;
	height: 17px;
	border: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAiCAIAAAA24aWuAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADaSURBVDhPrVPRCYMwEM02DiG4hQM4gW7gbLUfhoBOUfpX6AbtkT7hPB8hjR4PTN69x+XOxD2898Nw77oczH3/XBYnH5NIYxlHZ6gcnPZ8YmiGksQjkWAE9myQRBFWh8qkHwi3MFkBnwHkzCC4og6E+f1AokTY723EoxlK8hmkUeQpudcl7+c1Tb5pblWVg7mu3yE4+ZhEGmvbOkPl4LTn9/s0Q0nikUgwAns2SKIIq0Nl0g+EW5isgM8AcmYQXFEHwvx+IFEi7Pc24tEMJfkM0ijylNzrv99PCF+W8o74YJij0AAAAABJRU5ErkJggg==) no-repeat 0px 0px;
	display: none;
}

#SD_close:hover {
	background-position: 0px -17px;
}

.customerservice {
	position: fixed;
	/*left: 20px;*/
	right: 20px;
	top: 197px;
	width: 68px;
	height: 320px;
	background-image: url(./customerservice.png);
	background-repeat: no-repeat;
	background-position: -78px -67px;
	z-index: 9999;
	font-family: sans-serif;
}

.customerservice::selection {
	background: #219bd9;
	color: #fff;
}

.customerservice ul {
	margin: 0px 4px 0 4px;
	padding: 0;
}

.customerservice ul li {
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	list-style: none;
}

.customerservice ul li a {
	width: 60px;
	height: 60px;
	line-height: 3;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: none;
	transition: none;
	color: #333;
	text-decoration: none;
}

.customerservice ul li a:hover {
	background-image: url(./customerservice.png);
	background-repeat: no-repeat;
	color: #008fcc;
	text-decoration: underline;
}

.customerservice ul li.cs1 a:hover {
	background-position: -4px -67px;
}

.customerservice ul li.cs2 a:hover {
	background-position: -4px -132px;
}

.customerservice ul li.cs3 a:hover {
	background-position: -4px -197px;
}

.customerservice ul li.cs4 a:hover {
	background-position: -4px -262px;
}

.customerservice ul li.cs5 a:hover {
	background-position: -4px -327px;
}

.customerservice_dy {
	background-image: url(./customerservice_dy.png);
}

/*2019-11-27 new side*/
.dlnewside {
	width: 78px;
	height: 418px;
	border: 1px solid #f5f5f5;
	text-align: center;
	position: fixed;
	top: 215px;
	right: 19px;
	z-index: 99;
	background-color: #fff;
}

.dlnewside a {
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	font-size: 14px;
	color: #333;
}

.dlnewside a:hover {
	text-decoration: none;
	color: #00a1cc;
}

.dlnewside .dlside5 {
	height: 54px;
	line-height: 54px;
	border-bottom: none;
}

.dlnewside i {
	display: block;
	width: 28px;
	height: 32px;
	margin: 20px auto 4px auto;
	background: url(../image/dlnewside.png) 0 0 no-repeat;
}
.dlnewside .dlside1 i {
	background: url(../image/icon_hqk_sideone.png) 0 0 no-repeat;
}
.dlnewside .dlside2 i {
	background: url(../image/icon_hqk_sidetwo.png) 0 0 no-repeat;
}

.dlnewside .dlside3 i {
	background-position: -56px 0;
}

.dlnewside .dlside4 i {
	background-position: -84px 0;
}

.dlnewside a:hover i {
	-webkit-animation: rotation 1.2s linear;
	-moz-animation: rotation 1.2s linear;
	-o-animation: rotation 1.2s linear;
	-ms-animation: rotation 1.2s linear;
	animation: rotation 1.2s linear;
}

@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
	}
}

@-moz-keyframes rotation {
	0% {
		-moz-transform: rotateY(0deg);
	}

	100% {
		-moz-transform: rotateY(360deg);
	}
}

@-ms-keyframes rotation {
	0% {
		-ms-transform: rotateY(0deg);
	}

	100% {
		-ms-transform: rotateY(360deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}


/* 购物车结算新样式覆盖 */

.settlement-table-list .letter-con li .selIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../img/1-3-1jiesuan.png') no-repeat center center;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 14px;
}

.btm {
	margin-bottom: 14px;
}

.settlement_shop-list {
	overflow: hidden;
	padding-bottom: 40px;
	background: #fff;


}

.settlement_shop-list .my-shop-count {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	font-size: 16px;
	color: #222;
	margin-left: 40px;
	float: left;
	margin-top: 40px;
}

.settlement_shop-list .settlement_order_step {
	margin: 24px 5px 0px 0px;
	width: 492px;
	height: 32px;
	line-height: 32px;
	float: right;
	background: url(../images/1-1shop.png) no-repeat center center;
	align-content: center;
}

.settlement_shop-list .settlement_order_step li {
	/* background: url(../images/1-1shop.png) no-repeat center center; */
	/* padding: 0px 29px 0px 0px; */
	/* width: 389px; */
	height: 32px;
	color: #777;
	overflow: hidden;
	font-size: 13px;
	float: left;
	text-align: left;
	margin-top: 26px;
	margin-left: 80px;
}

.settlement_shop-list .settlement_order_step li.current {
	/* background-position: right -82px; */
	color: #222222;
	/* background-color: #ed6807; */
	margin-left: 56px;
}

.settlement_shop-list .settlement_order_step li.current_prev {
	background-position: right -114px;
	color: #222;
	/* background-color: #ed6807; */
}

.settlement_shop-list .settlement_order_step li.last {
	/* background-position: right -210px; */
}

.settlement_shop-list .settlement_order_step li.last_current {
	color: #fff;
	background-color: #ed6807;
	background-position: right -242px
}

.nbold {
	font-weight: normal;
}

.settlement_shop-list .settlement_order_step li span {
	display: block;
}

.goods_list .first-th {
	font-size: 16px;
	text-indent: 22px;
}

.settlement-table-list table {
	margin: 0px auto;
}
.set-btm{
	margin-bottom: 14px;
}

.settlement-table-list table thead th {
	padding: 14px 0px;
	font-size: 14px;
}

.settlement_dxcartbg {
	background-color: #f6f6f6;
	min-height: 460px;
}

.settlement_haozz_breadcrumb {
	padding: 10px 0px;
	background-color: #f6f6f6;
	color: #777777;
	font-size: 14px;
}

.settlement_dostbg {
	background-color: #f6f6f6;
}

.settlement_haozz_breadcrumb a,
.settlement_haozz_breadcrumb span {
	color: #777777;
}

.settlement_haozz_breadcrumb .current {
	color: #222;
}

.settlement-table-list table tbody tr {
	border-bottom: 1px solid #f1f1f1;
}

.settlement-table-list table tbody td {
	padding: 16px 5px;
	line-height: 25px;
	font-size: 13px;
}

.settlement-table-list .cart_img {
	margin-left: 30px;
}

.settlement_shop-list .my-shop-count b {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 16px;
	color: #ef2323;
}

.settlement-table-list .cart_info {
	margin: 10px 0;
	font-size: 14px;
}

.settlement-table-list .cart_info b {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: #ef2328;
}

.settlement-table-list .cart_total {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef2328;
}

.order_submit,
.input-but-big {
	background-color: #e64347 !important;
	padding: 14px 20px !important;

	margin-left: 20px !important;

	margin-right: 5px !important;

	border-radius: 4px !important;
	color: #fff !important;
	font-size: 16px !important;


}

.settlement-table-list .total-index {
	border-top: 14px solid #f6f6f6;
	border-bottom: 20px solid #f6f6f6;
}

.settlement-table-list .cart_act:hover {
	color: #ef2328;
}

.settlement_order_new {
	background: url(../images/1-2shop.png) no-repeat center center !important;

}

.settlement-table-list .cart_total i {
	display: inline-block;
	margin-right: 2px;
	font-style: normal;
}

.settlement_order_new li {
	margin-left: 54px !important;
}

.settlement_order_new li.current {
	margin-left: 89px !important;
}

.settlement_order_new li.last {
	margin-left: 74px !important;
}

.settlement-table-list .addresseditbox {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 12px;
}

.settlement-table-list .addresseditbox li {
	width: 220px;
	height: 85px;
	overflow: hidden;
	float: left;
	padding: 3px 5px;
	margin: 5px;
	cursor: pointer;
}

.settlement-table-list .addresseditbox li .t {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.settlement-table-list .addresseditbox li .c {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	color: #222;
}

.settlement-table-list .addresseditbox li b {
	font-size: 14px;
	margin-right: 3px;
}

.settlement-table-list .addresseditbox li span {
	font-size: 14px;
	margin-left: 6px;

}

.settlement-table-list .addresseditbox li {
	padding: 3px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e8e8e8;
}

.settlement-table-list .addresseditbox li:hover {
	background-color: #fff7f5;
	border: solid 1px #ff2f51;
}

.settlement-table-list .addresseditbox li .addresseditbox-con {
	padding: 5px;

}

.settlement-table-list .letter-outer {
	margin: -8px 5px;
}

.settlement-table-list .letter-box {
	border: none;
	/* border-radius: 6px; */
}

.settlement-table-list .letter-con {
	padding: 15px 2px 15px 16px;
	margin: 0px 12px 0px 10px;
	background-color: #fff7f5;
	border-radius: 6px;
	border: solid 1px #ff2f51;
}

.settlement-table-list .letter-con li {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	float: left;
}

.settlement-table-list .letter-con li span {
	color: #555;
}

.settlement-table-list .letter-con li b {
	font-size: 14px;
}

.settlement-table-list .letter-con li a {
	padding: 5px 14px;
	font-size: 14px;
	color: #4076b7;
	background-color: transparent;
	border-radius: 5px;
	text-decoration: none;
}

.settlement-table-list table tbody,
.settlement-table-list table tfoot,
.table-list table thead th {
	border: none;
}

.settlement-dbxnbor table thead tr {
	background-color: #ffffff;
}

.order-table-list thead tr {
	background-color: #f6f6f6 !important;
}

.new-fgx {
	height: 14px;
	background: #f6f6f6;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.settlement-order-sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 0px;
	font-size: 14px;
}


.settlement-shop-th {
	background-color: #f6f6f6;
}

.index-shop-th {
	font-size: 14px;
}

.index-shop-th .first-th {
	font-size: 16px;
}

.settlement_cart_price_total {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.order_new_blk {
	padding: 14px 0px;
	font-size: 14px;
}

.order_new_blk .rg>span {
	display: inline-block;
	margin-left: 30px;
}

.settlement_bg {
	background-color: #f6f6f6;
	padding-bottom: 20px;
}

.settlement_cart_message {

	padding: 0px 0 25px 0;

}

.settlement_dlsorder p {
	font-size: 14px;
}

.settlement_cart_message .cart_message_info {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	margin: 50px auto;
	text-align: center;
}

.settlement_cart_message .cart_message_but {

	margin-left: 150px;
	margin: 30px auto;
	text-align: center;
}

.settlement_cart_message .settlement_message_con {
	padding: 30px 0px;
	background-color: #fff;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}

.settlement_cart_message .settlement_message_con .order-code {
	color: #ef2328;
}

.settlement_cart_message .cart_error .cart_message_info {
	color: red;
}

.settlement_cart_message .settlement_message_con .title {
	color: #222;
	font-size: 20px;
}

.settlement_cart_message .settlement_message_con .payWay {
	color: #222;
	font-size: 14px;
}

.settlement_cart_message .settlement_message_con .payWay span {
	color: #ef2328;
	font-size: 12px;
}

.settlement_cart_message .settlement_message_con .payWay b {
	font-size: 16px;
}

.settlement_cart_message .settlement_message_con .payment_list {
	text-align: center;
	width: 490px;
	margin: 40px auto 57px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.settlement_cart_messag .settlement_message_con .cart-way {
	border-bottom: 14px solid #f6f6f6;
	padding: 0px 0px 20px;
}

.settlement_cart_messag .settlement_message_con .w-chat {
	padding: 50px 0px;
}

.settlement_cart_messag .settlement_message_con .w-chat h3 {
	font-size: 20px;
	margin-bottom: 14px;
}

.settlement_cart_message .cart_list {
	text-align: center;
}

.settlement_cart_message .cart-way {
	padding: 30px 0px;
	background-color: #fff;
	font-size: 14px;
}

.settlement_cart_message .cart-way p {
	margin-bottom: 10px;
}

.settlement_cart_message .cart-way .chooseother {
	display: inline-block;
	margin-left: 34px;
}

.settlement_cart_message .w-chat h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.settlement_cart_message .w-chat {
	padding: 30px 0px;
	background-color: #fff;
	margin-top: 14px;

}

.sel-domber1 .right {
	float: right;
	text-align: right;
	margin-right: 40px;
	background-color: #fff;
	font-size: 14px;
}

.sel-domber1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	background-color: #fff;
	margin-bottom: 20px;
}

.sel-domber1 .right a {
	display: inline-block;
	margin-left: 50px;
	font-size: 14px;
}

.sel-domber1 .right a:hover {
	color: #14b4f0;
}

.sel-domber1 .right a i {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	width: 20px;
	height: 20px;
}

.sel-domber1 .right .personal i {
	background: url('../img/1-7personal.png') no-repeat center center;
}

.sel-domber1 .right .personal:hover i {
	background: url('../img/1-7-1personal.png') no-repeat center center;
}

.sel-domber1 .right .lock i {
	background: url('../img/1-7lock.png') no-repeat center center;
}

.sel-domber1 .right .lock:hover i {
	background: url('../img/1-7-1lock.png') no-repeat center center;
}

.sel-domber1>div {
	width: 405px;
	padding-left: 28px;
	float: left;
	overflow: hidden;
}

.sel-domber1 span {
	display: inline-block;
	width: 95px;
	margin-right: 39px;
	float: left;
	text-align: center;
}

.sel-domber1 span img {
	width: 91px;
	height: 91px;
	border-radius: 100%;
}

.sel-domber1 span a {
	display: inline-block;
	height: 23px;
	padding: 0 8px;
	margin-top: 18px;
	line-height: 23px;
	font-size: 13px;
	color: #777;
	border: 1px solid #777;
	border-radius: 30px;
}

.sel-domber1 span a:hover {
	text-decoration: none;
	color: #fff;
	border-color: #14b4f0;
	background-color: #14b4f0;
}

.sel-domber1 div p {
	margin-bottom: 6px;
	font-size: 13px;
	color: #777;
}

.domt {
	margin-top: 10px;
}

.sel-domber1>p {
	width: 400px;
	margin-top: 10px;
	float: left;
}

.sel-domber1>p a {
	display: inline-block;
	width: 113px;
	margin-right: 3px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sel-domber1>p a:hover {
	text-decoration: none;
	color: #14b4f0;
}

.sel-domber1>p img {
	display: block;
	margin: 0 auto 13px auto;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;
}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}


.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	/* margin-left: 40px; */
}

.domber3 h4 {
	margin: 7px 0 15px 0;
	font-size: 18px;
	font-weight: 400;
	color: #333;
}

.domber3 div {
	width: 264px;
	min-height: 225px;
	float: left;
	margin-bottom: 24px;
	text-align: center;
	font-size: 0;
	border: 1px solid #e9e9e9;
}

.dlmid {
	margin: 0 25px;
}

.domber3 h5 {
	margin: 0 auto 14px auto;
	font-size: 14px;
	color: #444;
}

.domber3 span {
	display: inline-block;
	width: 85px;
	height: 85px;
	margin: 28px auto 18px auto;
	border-radius: 100%;
	background: url(../img/dlfast.png) no-repeat;
}

.dlmid span {
	background-position: -85px 0;
}

.dlcid span {
	background-position: -170px 0;
}

.domber3 div p {
	font-size: 13px;
	color: #939393;
}

.sel-dostr .myOrder {
	background-color: #fff;
	padding: 0px 0px 20px;
}

.sel-dostr .myOrder .tit {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #f3f3f3;
}

.sel-dostr .myOrder .tit h4 {
	font-size: 16px;
	color: #222222;
	font-weight: normal;
	text-indent: 20px;
}

.sel-dostr .myOrder .tit a {
	font-size: 13px;
	color: #00b1c6;
	display: inline-block;
	margin-right: 18px;
}

.sel-dostr .myOrder ul {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li {
	width: 20%;

	text-align: center;
}

.sel-dostr .myOrder ul li div {
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	margin: auto;
}

.sel-dostr .myOrder .shopIcon1 div {
	background: url('../img/shopIcon1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon1:hover div {
	background: url('../img/shopIcon1-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2 div {
	background: url('../img/shopIcon2.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon2:hover div {
	background: url('../img/shopIcon2-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3 div {
	background: url('../img/shopIcon3.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon3:hover div {
	background: url('../img/shopIcon3-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4 div {
	background: url('../img/shopIcon4.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon4:hover div {
	background: url('../img/shopIcon4-1.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5 div {
	background: url('../img/shopIcon5.png') no-repeat center center;
}

.sel-dostr .myOrder .shopIcon5:hover div {
	background: url('../img/shopIcon5-1.png') no-repeat center center;
}

.sel-dostr .myOrder ul li p {
	margin-top: 5px;
	font-size: 14px;
}

.sel-dostr .myOrder ul li:hover a {
	color: #14b4f0;
}

.sel-domber2 {
	background-color: #fff;
	margin-top: 20px;
	padding-bottom: 20px;
}

.sel-domber2 h4 {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-bottom: 1px solid #f6f6f6;
	padding: 15px 0px;
	text-indent: 40px;
	margin-bottom: 15px;

}

.sel-domber2 h4 span {
	font-size: 12px;
	color: #999;
	position: relative;
	top: 1px;
	margin-left: 14px;
}

.sel-domber2 div {
	/* width: 428px; */
	padding: 10px 24px 10px 40px;
	/* margin: 0 15px 15px 0; */
	/* float: left; */
	/* background-color: #f9f9f9; */
	display: flex;
}

.sel-domber2 .nomr {
	margin-right: 0;
}

.sel-domber2 h5 {
	font-size: 14px;
	font-weight: 800;
	color: #222222;
	display: inline-block;
	width: 130px;
}

.sel-domber2 p {
	margin-top: 2px;
	font-size: 14px;
	color: #777;
	/* margin-left: 40px; */
}

.sel-dostr {
	width: 955px;
	float: right;
}

.sel-domber {
	padding: 0px;
	margin-bottom: 20px;
}

.invoice_info {
	margin-left: 20px;
}
.block-hqksci-show .newtip{
	font-size: 14px;
	color: #ff0000;
}
.block-qk-tbsm-nye{
	background-color: #fff;
	margin-top: 20px;
	padding: 30px;
	margin-bottom: 20px;
}
.block-qk-tbsm-nye h3{
	text-align: center;
    font-size: 24px;
}

.block-qk-tbsm-nye p{
	line-height: 26px;
	color: #999;
	font-size: 12px;
	margin-top: 20px;
}
.block-qk-tbsm-nye p a{
	color: #999;
}
.btm_dycommentlist>.w940{
	background-color: #fff;
	padding: 0 25px;
}
.btm_dycommentlist .booknav-box{
	background-color: #fff;
}
.btm_dycommentlist .links-box{
	background-color: #fff;
}


/* bing新 */
.qk-bing-header{
	width: 100%;
	height: 258px;
	background: #2dc5ce url('../image/hqk-bing-bg.png') no-repeat center top;
	background-size: cover;
}
.qk-bing-header .cet{
	width: 1200px;
	margin: -5px auto 0px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;

}
.qk-bing-header .head{
	width: 1200px;
	margin: auto;
	padding: 10px 0px 20px;
}
.qk-bing-header .head p{
	color: #cdeff1;
	font-size: 12px;
	margin-left: 52px;
}
.bing-head-top{
	width: 1200px;
	height: 110px;
	background-color: #ffffff;
	box-sizing: border-box;
	display: flex;
	margin:0px auto 0px;
	align-items: center;
}
.bing-head-top a{
	display: flex;
    width: 25%;
	height: 110px;
    align-items: center;
    justify-content: center;

}
.bing-head-top a:hover{
	transform: translateY(-1px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.bing-head-top a img{
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	margin-top: 4px;
}
.bing-head-top a>div{
	text-align: left;
	margin-left: 8px;
}
.bing-head-top a b{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.bing-head-top a p{
	color: #999999;
	font-size: 14px;
	margin-top: 5px;
}
.qk-bing-header .des {
	margin-top: 20px;
	margin-left: 30px;
}
.qk-bing-header .des h1{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}
.qk-bing-header .des p{
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
	margin-top: 15px;
}
.qk-bing-header .des p img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}
.qk-bing-header .pic img{
	margin-top: 10px;
    width: 315px;
    margin-right: 30px;
}
.bing-head-nav{
	width: 1200px;
	margin: auto;
}
.bing-head-nav ul{
    display: flex;
	padding: 30px 117px 0px;
	box-sizing: border-box;
}
.bing-head-nav ul li{
	display: inline-block;
	font-size: 13px;
	color: #333333;
	padding: 0px 22px;
	text-align: center;
}
.bing-head-nav ul li b{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.bing-head-nav ul li span{
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #00abba;
	border-radius: 2px;
	margin-top: 20px;
	opacity: 0;
}
.bing-head-nav ul li:hover{
	cursor: pointer;
}
.bing-head-nav ul li:hover b{
	color: #00abba;

}
.bing-head-nav ul li:hover span{
	opacity: 1;
}
.bing-head-nav ul li.active{
	cursor: pointer;
}
.bing-head-nav ul li.active b{
	color: #00abba;
	font-weight: bold;
}
.bing-head-nav ul li.active span{
	opacity: 1;
}
.dyoship-bing{
	width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
	padding: 0px 30px 40px;
    background-color: #fff;
	overflow: hidden;
}

.dyoship-bing h3{
	font-size: 28px;
    padding-top: 46px;
	text-align: center;
}

.dyoship-bing ul {
	display: flex;
	margin-left: 0px;
}
.dyoship-bing ul li{
	width: 160px;
	height: 219px;
	background-color: #f7f7f7;
	box-sizing: border-box;
	margin: 46px 24px 10px;
	text-align: center;
}
.dyoship-bing ul li img{
	max-width: 160px;
	max-height: 219px;
}


.bing-qkml li a{
	cursor: pointer;
}
.new-bing-zx {
    padding: 20px 0px;
    overflow: hidden;
    margin-top: 20px;
}

.new-bing-zx a {
    display: block;
    width: 180px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #00abba;
    border-radius: 6px;
    margin: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

.new-bing-zx a img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-right: 10px;
}

.new-bing-zx a:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    transition: 0.2s;
    opacity: 0.85;
    color: #fff;
}

#SD_window {position:absolute;top:0px;left:0px;z-index:1000;overflow:hidden;background-color: #fff; border: 10px solid rgba(0,0,0,0.3);}
#SD_container {position:relative;z-index:1005;background:#FFFFFF;border:1px solid #888888;float:left;}
#SD_window h3 {height:30px;line-height:30px;background:#F6F6F6;border-bottom:1px solid #CDCDCD;text-indent:10px;color:#336699;font-size:14px;font-weight:bold;cursor:move;}
#SD_close_n {position:absolute;top:25px;right:25px;z-index:1005;width:17px;height:17px;border:none; background: url(../images/login-close.png) no-repeat center center; background-position: -1px -16px;display: none;}
#SD_close_n:hover{
	background-position: -1px 1px;
}
#SD_window  #SD_close_n {
	top: 7px;
    right: 11px;
}

/* 弹窗 */
.hqk_m_alert_box {
	position: fixed;
	top: 32%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 300px;
	max-width: 90%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 9999;
	opacity: 0;
	transition: all 0.3s ease;
	min-height: 120px;
	min-width: 310px;
}
.hqk_member_info .hqk_m_alert_box{
	left: 58.5%;
	top: 43%;
}
.hqk_member_pass .hqk_m_alert_box{
	left: 58.5%;
	top: 38%;
}
.hqk_m_alert_icon_in {
	width: 35px;
	height: 35px;
	margin: 0 auto 16px;
	background: url(../images/icon_member_tck.png) no-repeat center;
}
.hqk_m_alert_box .alert_content p{
	font-size: 18px;
}
.hqk_m_alert_box_show {
	opacity: 1;
	transform: translate(-50%, -50%) translateY(0);
}